You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/08 09:19:53 UTC

svn commit: r1335362 - in /maven/plugins/trunk/maven-compiler-plugin: pom.xml src/it/settings.xml

Author: olamy
Date: Tue May  8 07:19:52 2012
New Revision: 1335362

URL: http://svn.apache.org/viewvc?rev=1335362&view=rev
Log:
snapshot repository not any more needed

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml
    maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1335362&r1=1335361&r2=1335362&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue May  8 07:19:52 2012
@@ -198,17 +198,4 @@ under the License.
     </profile>
   </profiles>
 
-  <repositories>
-    <repository>
-      <id>plexus.snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
 </project>

Modified: maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml?rev=1335362&r1=1335361&r2=1335362&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml Tue May  8 07:19:52 2012
@@ -37,16 +37,6 @@ under the License.
             <enabled>true</enabled>
           </snapshots>
         </repository>
-        <repository>
-          <id>plexus.snapshots</id>
-          <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>