Skip to content

Commit

Permalink
Optimize ITs parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 22, 2024
1 parent 06ba7d0 commit b5dfcfb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
invoker.goals = enforcer:enforce
invoker.buildResult = failure
# execute one job first in order to download runtime dependencies
invoker.ordinal = 100

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:help
10 changes: 10 additions & 0 deletions versions-maven-plugin/src/it/setup-smoke-test/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>setup-smoke-test</artifactId>
<version>1.0</version>

<description>First execution of plugin can resolve missing runtime dependencies in local-repo</description>
</project>

0 comments on commit b5dfcfb

Please sign in to comment.