Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Sep 3, 2024
1 parent e34afd4 commit 55eb76a
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,22 +133,6 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>kogito-generate-resources</id>
<phase>generate-sources</phase>
<goals>
<goal>generateModel</goal>
</goals>
</execution>
<execution>
<id>kogito-process-classes</id>
<phase>process-classes</phase>
<goals>
<goal>process-model-classes</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit 55eb76a

Please sign in to comment.