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/06 00:16:50 UTC

svn commit: r1334520 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: olamy
Date: Sat May  5 22:16:50 2012
New Revision: 1334520

URL: http://svn.apache.org/viewvc?rev=1334520&view=rev
Log:
add plexus snapshot repository

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.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=1334520&r1=1334519&r2=1334520&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat May  5 22:16:50 2012
@@ -198,4 +198,17 @@ 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>