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 24b8caa
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions springboot/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,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>kogito-serverless-workflow-openapi-common</skipModule>
</skipModules>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 24b8caa

Please sign in to comment.