Skip to content

Commit b5dfcfb

Browse files
Optimize ITs parallel build
1 parent 06ba7d0 commit b5dfcfb

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
invoker.goals = enforcer:enforce
22
invoker.buildResult = failure
3+
# execute one job first in order to download runtime dependencies
4+
invoker.ordinal = 100
5+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:help
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<groupId>localhost</groupId>
6+
<artifactId>setup-smoke-test</artifactId>
7+
<version>1.0</version>
8+
9+
<description>First execution of plugin can resolve missing runtime dependencies in local-repo</description>
10+
</project>

0 commit comments

Comments
 (0)