[extensions COMMIT] in /java-idp-delegation/trunk: doc/INSTALL.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed May 9 19:37:22 BST 2012


Author: putmanb
Date: Wed May  9 19:37:22 2012
New Revision: 339

URL: http://svn.shibboleth.net/view/extensions?rev=339&view=rev
Log:
Cleanup the POM for new repo, web site and mailing list locations.
Fixup some missing Maven plugin versions in POM causing build warnings.
Clarify language in first step of installation docs.

Modified:
    java-idp-delegation/trunk/doc/INSTALL.txt
    java-idp-delegation/trunk/pom.xml

Modified: java-idp-delegation/trunk/doc/INSTALL.txt
URL: http://svn.shibboleth.net/view/extensions/java-idp-delegation/trunk/doc/INSTALL.txt?rev=339&r1=338&r2=339&view=diff
==============================================================================
--- java-idp-delegation/trunk/doc/INSTALL.txt (original)
+++ java-idp-delegation/trunk/doc/INSTALL.txt Wed May  9 19:37:22 2012
@@ -1,8 +1,8 @@
 INSTALLATION
 ============
 
-1) Add the extension project jar and all its dependencies from the extension lib directory to the IdP source
-   distribution's lib directory.
+1) Add the extension project jar and all its dependencies from the extension lib directory to the IdP install
+   distribution's lib directory (NOT the installed IdP's lib directory).
 
 2) Re-run the IdP install script to build and deploy the new WAR file.
 

Modified: java-idp-delegation/trunk/pom.xml
URL: http://svn.shibboleth.net/view/extensions/java-idp-delegation/trunk/pom.xml?rev=339&r1=338&r2=339&view=diff
==============================================================================
--- java-idp-delegation/trunk/pom.xml (original)
+++ java-idp-delegation/trunk/pom.xml Wed May  9 19:37:22 2012
@@ -18,13 +18,18 @@
     
     <repositories>
         <repository>
-            <id>shibboleth.internet2.edu</id>
-            <name>Internet2</name>
-            <layout>default</layout>
-            <url>http://shibboleth.internet2.edu/downloads/maven2</url>
+            <id>shib-release</id>
+            <url>https://shibboleth.net/nexus/content/groups/public</url>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>
+        </repository>
+        <repository>
+            <id>shib-snapshot</id>
+            <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository>
     </repositories>
 
@@ -61,6 +66,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.4</version>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
@@ -70,6 +76,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.3</version>
                 <configuration>
                     <descriptors>
                         <descriptor>src/main/assembly/bin.xml</descriptor>
@@ -95,6 +102,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.8.1</version>
                 <configuration>
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
@@ -128,44 +136,44 @@
     </licenses>
     
     <organization>
-        <name>Internet2</name>
-        <url>http://www.internet2.edu/</url>
+        <name>Shibboleth Project</name>
+        <url>http://www.shibboleth.net/</url>
     </organization>
     
     <issueManagement>
         <system>JIRA</system>
-        <url>http://bugs.internet2.edu/</url>
+        <url>https://issues.shibboleth.net/</url>
     </issueManagement>
     
     <mailingLists>
         <mailingList>
             <name>Shibboleth Announce</name>
-            <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
-            <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
-            <post>shibboleth-announce at internet2.edu</post>
-            <archive>https://mail.internet2.edu/wws/arc/shibboleth-announce</archive>
+            <subscribe>announce-subscribe at shibboleth.net</subscribe>
+            <unsubscribe>announce-unsubscribe at shibboleth.net</unsubscribe>
+            <post>announce at shibboleth.net</post>
+            <archive>http://marc.info/?l=shibboleth-announce</archive>
         </mailingList>
         <mailingList>
             <name>Shibboleth Users</name>
-            <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
-            <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
-            <post>shibboleth-users at internet2.edu</post>
-            <archive>https://mail.internet2.edu/wws/arc/shibboleth-users</archive>
+            <subscribe>users-subscribe at shibboleth.net</subscribe>
+            <unsubscribe>users-unsubscribe at shibboleth.net</unsubscribe>
+            <post>users at shibboleth.net</post>

[... 27 lines stripped ...]


More information about the commits mailing list