Skip to content

Commit 118ff4b

Browse files
committed
[Fix apache#3569] Skip module
1 parent c2565a9 commit 118ff4b

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<properties>
100100
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
101101
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
102-
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
102+
<version.maven.artifact.plugin>3.5.1</version.maven.artifact.plugin>
103103
<version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
104104
<version.maven-javadoc-plugin>3.6.2</version.maven-javadoc-plugin>
105105
</properties>

springboot/integration-tests/pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,11 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-artifact-plugin</artifactId>
193-
<executions>
194-
<execution>
195-
<id>compare</id>
196-
<goals>
197-
<goal>compare</goal>
198-
</goals>
199-
<!-- Disable comparison for this module. This is Integration test module, it is not part of the delivery -->
200-
<phase/>
201-
</execution>
202-
</executions>
193+
<configuration>
194+
<skipModules>
195+
<skipModule>kogito-serverless-workflow-openapi-common</skipModule>
196+
</skipModules>
197+
</configuration>
203198
</plugin>
204199
</plugins>
205200
</build>

0 commit comments

Comments
 (0)