[java-identity-provider COMMIT] in /trunk: idp-distribution/pom.xml idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat May 17 19:23:48 EDT 2014
Author: tzeller
Date: Sat May 17 19:23:48 2014
New Revision: 5948
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5948&view=rev
Log:
Change antrun plugin phase to package to attempt to fix Jenkins build issue.
Modified:
trunk/idp-distribution/pom.xml
trunk/idp-parent/pom.xml
Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=5948&r1=5947&r2=5948&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Sat May 17 19:23:48 2014
@@ -131,7 +131,7 @@
<version>1.7</version>
<executions>
<execution>
- <phase>generate-resources</phase>
+ <phase>package</phase>
<goals>
<goal>run</goal>
</goals>
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=5948&r1=5947&r2=5948&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Sat May 17 19:23:48 2014
@@ -55,7 +55,7 @@
<module>../idp-attribute-cli</module>
<module>../idp-war</module>
<module>../idp-conf</module>
- <!-- <module>../idp-distribution</module> -->
+ <module>../idp-distribution</module>
<module>../idp-ui</module>
</modules>
More information about the commits
mailing list