File tree 3 files changed +14
-0
lines changed
versions-enforcer/src/it/it-max-dependency-updates-001
versions-maven-plugin/src/it/setup-smoke-test
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
invoker.goals = enforcer:enforce
2
2
invoker.buildResult = failure
3
+ # execute one job first in order to download runtime dependencies
4
+ invoker.ordinal = 100
5
+
Original file line number Diff line number Diff line change
1
+ invoker.goals =${project.groupId}:${project.artifactId}:${project.version}:help
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments