[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed May 1 19:32:10 EDT 2013


Author: tzeller
Date: Wed May  1 19:32:10 2013
New Revision: 4444

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4444&view=rev
Log:
Add idp-war module. Remove version from maven-jar-plugin since it is defined in the parent pom. Formatting. 

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=4444&r1=4443&r2=4444&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Wed May  1 19:32:10 2013
@@ -17,7 +17,7 @@
     
         For more information, including how to install and configure the IdP, see https://wiki.shibboleth.net/confluence/display/IDP30/Home
     </description>
-    
+
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-parent</artifactId>
     <version>3.0-SNAPSHOT</version>
@@ -34,7 +34,7 @@
         <!-- <module>../idp-tou-api</module> -->
         <module>../idp-profile-api</module>
         <module>../idp-saml-api</module>
-        
+
         <module>../idp-authn-impl</module>
         <module>../idp-attribute-impl</module>
         <module>../idp-attribute-resolver-impl</module>
@@ -42,7 +42,8 @@
         <!-- <module>../idp-consent-impl</module> -->
         <!-- <module>../idp-tou-impl</module> -->
         <module>../idp-profile-impl</module>
-        <module>../idp-saml-impl</module>        
+        <module>../idp-saml-impl</module>
+        <module>../idp-war</module>
     </modules>
 
     <properties>
@@ -118,7 +119,7 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        
+
     </dependencies>
 
     <!-- Dependencies which are not required by every project module but for which every module should use the same version 
@@ -181,7 +182,6 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-jar-plugin</artifactId>
-                        <version>2.3.1</version>
                         <configuration>
                             <archive>
                                 <index>true</index>



More information about the commits mailing list