We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5895ff2 commit 435807fCopy full SHA for 435807f
maven-enforcer-extension/pom.xml
@@ -69,6 +69,11 @@
69
<postBuildHookScript>verify</postBuildHookScript>
70
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
71
<settingsFile>src/it/mrm/settings.xml</settingsFile>
72
+ <extraArtifacts>
73
+ <!-- artifacts in test scope is not installed by default -->
74
+ <!-- we only need this one not everything from test scope -->
75
+ <extraArtifact>org.apache.maven.plugins:maven-enforcer-plugin:${project.version}</extraArtifact>
76
+ </extraArtifacts>
77
<goals>
78
<goal>validate</goal>
79
</goals>
0 commit comments