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 118ff4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
<version.maven.artifact.plugin>3.5.1</version.maven.artifact.plugin>
<version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
<version.maven-javadoc-plugin>3.6.2</version.maven-javadoc-plugin>
</properties>
Expand Down
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 118ff4b

Please sign in to comment.