[java-idp-integration-tests COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 23 17:46:45 EDT 2014


Author: tzeller
Date: Mon Jun 23 17:46:45 2014
New Revision: 21

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=21&view=rev
Log:
Do not delete the 'target' directory during 'mvn clean' because that removes logs indicating why tests failed.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=21&r1=20&r2=21&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Jun 23 17:46:45 2014
@@ -16,7 +16,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <test-distributions.directory>test-distributions</test-distributions.directory>
+        <test-distributions.directory>${basedir}/test-distributions</test-distributions.directory>
         <idp.version>3.0-SNAPSHOT</idp.version>
         <opensaml.version>3.0-SNAPSHOT</opensaml.version>
         <java-support.version>3.0-SNAPSHOT</java-support.version>
@@ -239,9 +239,13 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <excludeDefaultDirectories>true</excludeDefaultDirectories>
                     <filesets>
                         <fileset>
                             <directory>${test-distributions.directory}</directory>
+                        </fileset>
+                        <fileset>
+                            <directory>${project.build.directory}/dependency-maven-plugin-markers</directory>
                         </fileset>
                     </filesets>
                 </configuration>



More information about the commits mailing list