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/10/19 12:28:38 UTC

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

Author: olamy
Date: Fri Oct 19 10:28:37 2012
New Revision: 1400027

URL: http://svn.apache.org/viewvc?rev=1400027&view=rev
Log:
add plexus snapshots repo for plexus-compiler

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=1400027&r1=1400026&r2=1400027&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Oct 19 10:28:37 2012
@@ -276,4 +276,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>