Author: hboutemy Date: Thu May 12 21:04:07 2016 New Revision: 1743564 URL: http://svn.apache.org/viewvc?rev=1743564&view=rev Log: [MPOM-111] removed redundant repository section and commented the useful one
Modified: maven/pom/trunk/maven/maven-plugins/pom.xml maven/pom/trunk/maven/maven-shared-components/pom.xml maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/maven-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?rev=1743564&r1=1743563&r2=1743564&view=diff ============================================================================== --- maven/pom/trunk/maven/maven-plugins/pom.xml (original) +++ maven/pom/trunk/maven/maven-plugins/pom.xml Thu May 12 21:04:07 2016 @@ -59,17 +59,6 @@ under the License. <mavenInvokerPluginVersion>2.0.0</mavenInvokerPluginVersion> </properties> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> - <dependencies> <!-- dependencies to annotations --> <dependency> Modified: maven/pom/trunk/maven/maven-shared-components/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-shared-components/pom.xml?rev=1743564&r1=1743563&r2=1743564&view=diff ============================================================================== --- maven/pom/trunk/maven/maven-shared-components/pom.xml (original) +++ maven/pom/trunk/maven/maven-shared-components/pom.xml Thu May 12 21:04:07 2016 @@ -62,17 +62,6 @@ under the License. <maven.site.scm-deploy>true</maven.site.scm-deploy> </properties> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> - <build> <pluginManagement> <plugins> Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1743564&r1=1743563&r2=1743564&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Thu May 12 21:04:07 2016 @@ -869,7 +869,7 @@ under the License. </dependencyManagement> <repositories> - <repository> + <repository><!-- useful to resolve parent pom when it is a SNAPSHOT --> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>http://repository.apache.org/snapshots</url>