[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 24 12:35:20 EDT 2013
Author: tzeller
Date: Fri May 24 12:35:20 2013
New Revision: 4488
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4488&view=rev
Log:
Add missing modules to parent POM, hopefully correctly ordered.
Modified:
trunk/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4488&r1=4487&r2=4488&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Fri May 24 12:35:20 2013
@@ -43,9 +43,13 @@
<!-- <module>../idp-tou-impl</module> -->
<module>../idp-profile-impl</module>
<module>../idp-saml-impl</module>
+
+ <module>../idp-attribute-resolver-spring</module>
+ <module>../idp-attribute-filter-spring</module>
+
+ <module>../idp-attribute-cli</module>
<module>../idp-war</module>
-
- <module>../idp-attribute-filter-spring</module>
+ <module>../idp-distribution</module>
</modules>
<properties>
More information about the commits
mailing list