[java-idp-integration-tests] branch master updated: JPAR-99 - roll back version of Maven dependency plugin
Ian Young
ian at iay.org.uk
Sat Oct 14 11:14:17 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=59016471c6cfd381d25837f9ce58a67669c680b9
The following commit(s) were added to refs/heads/master by this push:
new 5901647 JPAR-99 - roll back version of Maven dependency plugin
5901647 is described below
commit 59016471c6cfd381d25837f9ce58a67669c680b9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat Oct 14 16:14:05 2017 +0100
JPAR-99 - roll back version of Maven dependency plugin
The current version 3.0.2 (required for Java 9 compatibility) appears
to have a bug causing it to ignore the type of the artifact to be
unpacked in the unpack goal, so that a test-jar artifact cannot be
used. Rolling back the version number to 2.10 (the most recent version
not to have this problem) for now.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index b209b64..a82376c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,6 +246,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <!-- avoid bug unpacking test-jar artifacts in current (3.0.2) -->
+ <version>2.10</version>
<executions>
<!-- Unpack idp-distribution to test-distributions directory. -->
<execution>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list