This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0df30f0 download this pom first locally as we use it in the extra
artifacts local repo it
0df30f0 is described below
commit 0df30f01623ae1283cb31246a3977fa78fb73d29
Author: olivier lamy <[email protected]>
AuthorDate: Fri Jul 26 18:32:51 2019 +1000
download this pom first locally as we use it in the extra artifacts local
repo it
Signed-off-by: olivier lamy <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 342467b..febe272 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,6 +337,7 @@ under the License.
<extraArtifact>junit:junit:3.8.2</extraArtifact>
<extraArtifact>org.apache.maven.plugins:maven-clean-plugin:2.4:maven-plugin</extraArtifact>
<extraArtifact>org.apache.maven.plugins:maven-clean-plugin:2.4:jar:javadoc</extraArtifact>
+
<extraArtifact>org.apache.maven.plugins:maven-clean-plugin:2.4:pom</extraArtifact>
<extraArtifact>jdom:jdom:1.1</extraArtifact>
</extraArtifacts>
</configuration>