[utilities COMMIT] /java-support/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 13 22:37:03 EST 2014


Author: tzeller
Date: Thu Feb 13 22:37:03 2014
New Revision: 530

URL: http://svn.shibboleth.net/view/utilities?rev=530&view=rev
Log:
JPAR-40 : Do not use Maven Central during a release.
- Disable Maven Central in the "release" profile in the parent-v3 POM.
- Make the URL of Maven Central a property in the parent-v3 POM.
- Remove redundant repository declarations from the java-support and opensaml-parent POMs, they will be inherited from the parent-v3 POM.

Modified:
    java-support/trunk/pom.xml

Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=530&r1=529&r2=530&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Thu Feb 13 22:37:03 2014
@@ -35,38 +35,7 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
-        <repository>
-            <id>central</id>
-            <url>http://repo1.maven.org/maven2</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
     </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>shib-release</id>
-            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-        <pluginRepository>
-            <id>central</id>
-            <name>Maven Plugin Repository</name>
-            <url>http://repo1.maven.org/maven2</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
 
     <dependencies>
         <!-- Compile Dependencies -->



More information about the commits mailing list