File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
springboot/integration-tests Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 99
99
<properties >
100
100
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
101
101
<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>
103
103
<version .apache-rat-plugin>0.16.1</version .apache-rat-plugin>
104
104
<version .maven-javadoc-plugin>3.6.2</version .maven-javadoc-plugin>
105
105
</properties >
Original file line number Diff line number Diff line change 190
190
<plugin >
191
191
<groupId >org.apache.maven.plugins</groupId >
192
192
<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 >
203
198
</plugin >
204
199
</plugins >
205
200
</build >
You can’t perform that action at this time.
0 commit comments