Skip to content

Commit

Permalink
[Fix #3569] Skip module
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Jul 22, 2024
1 parent c2565a9 commit cc72815
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions springboot/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<streamLogs>true</streamLogs>
<co <streamLogs>true</streamLogs>
<postBuildHookScript>verify</postBuildHookScript>
</configuration>
</plugin>
Expand All @@ -190,16 +189,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<executions>
<execution>
<id>compare</id>
<goals>
<goal>compare</goal>
</goals>
<!-- Disable comparison for this module. This is Integration test module, it is not part of the delivery -->
<phase/>
</execution>
</executions>
<configuration>
<skipModules>
<skipModule>org.kie.kogito/kogito-serverless-workflow-openapi-common</skipModule>
</skipModules>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit cc72815

Please sign in to comment.