File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 44#
55# See [README.md] for an explanation of this and how CI should use it.
66
7- # We use install, not verify, because maven-invoker-tests need modules in this
8- # project installed into the local repository before tests run.
9- ./mvnw -T1C install -nsu " $@ "
7+ ./mvnw -T1C verify -nsu " $@ "
Original file line number Diff line number Diff line change 8585 <maven-help-plugin .version>3.5.1</maven-help-plugin .version>
8686 <maven-install-plugin .version>3.1.4</maven-install-plugin .version>
8787 <maven-invoker-plugin .version>3.9.1</maven-invoker-plugin .version>
88+ <!-- default is runtime, but test-scoped reactor deps like in
89+ spring_context need to be in the invoker local repo to resolve -->
90+ <invoker .install.scope>test</invoker .install.scope>
8891 <maven-javadoc-plugin .version>3.12.0</maven-javadoc-plugin .version>
8992 <maven-jar-plugin .version>3.5.0</maven-jar-plugin .version>
9093 <maven-release-plugin .version>3.3.1</maven-release-plugin .version>
345348 <profile >!release</profile >
346349 </profiles >
347350 <localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
351+ <extraArtifacts >
352+ <extraArtifact >${project.groupId} :zipkin-reporter-bom:${project.version} :pom</extraArtifact >
353+ </extraArtifacts >
348354 <!-- - Don't use addTestClassPath as it interferes with the classpath -->
349355 <postBuildHookScript >verify</postBuildHookScript >
350356 <skipInvocation >${skipTests} </skipInvocation >
Original file line number Diff line number Diff line change 1818 <url >@localRepositoryUrl@</url >
1919 <releases >
2020 <enabled >true</enabled >
21+ <updatePolicy >always</updatePolicy >
2122 </releases >
2223 <snapshots >
2324 <enabled >true</enabled >
25+ <updatePolicy >always</updatePolicy >
2426 </snapshots >
2527 </repository >
2628 </repositories >
3032 <url >@localRepositoryUrl@</url >
3133 <releases >
3234 <enabled >true</enabled >
35+ <updatePolicy >always</updatePolicy >
3336 </releases >
3437 <snapshots >
3538 <enabled >true</enabled >
39+ <updatePolicy >always</updatePolicy >
3640 </snapshots >
3741 </pluginRepository >
3842 </pluginRepositories >
You can’t perform that action at this time.
0 commit comments