[java-idp-integration-tests] 03/04: Remove maven-dependency-plugin version override

Tom Zeller tzeller at dragonacea.biz
Wed Aug 21 15:51:11 EDT 2019


This is an automated email from the git hooks/post-receive script.

tzeller 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=cb57a6ed62571ff398ca782a8ccdab42b26dbc58

commit cb57a6ed62571ff398ca782a8ccdab42b26dbc58
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 21 14:43:22 2019 -0500

    Remove maven-dependency-plugin version override
    
    Need to add classifier to unpacked dependencies.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e6bdd07..a0e3c3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,8 +270,6 @@
             <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>
@@ -306,6 +304,7 @@
                                     <artifactId>idp-conf</artifactId>
                                     <version>${idp-to-be-tested.version}</version>
                                     <type>test-jar</type>
+                                    <classifier>tests</classifier>
                                     <includes>**/credentials/*</includes>
                                 </artifactItem>
                             </artifactItems>
@@ -326,6 +325,7 @@
                                     <artifactId>idp-conf</artifactId>
                                     <version>${idp-to-be-tested.version}</version>
                                     <type>test-jar</type>
+                                    <classifier>tests</classifier>
                                     <includes>flows/**</includes>
                                 </artifactItem>
                             </artifactItems>
@@ -346,6 +346,7 @@
                                     <artifactId>idp-conf</artifactId>
                                     <version>${idp-to-be-tested.version}</version>
                                     <type>test-jar</type>
+                                    <classifier>tests</classifier>
                                     <includes>metadata/**</includes>
                                 </artifactItem>
                             </artifactItems>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list