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 2015/01/30 12:00:17 UTC

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

Author: olamy
Date: Fri Jan 30 11:00:17 2015
New Revision: 1655984

URL: http://svn.apache.org/r1655984
Log:
declare plexus snapshots repositories

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=1655984&r1=1655983&r2=1655984&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Jan 30 11:00:17 2015
@@ -323,6 +323,9 @@ under the License.
       <releases>
         <enabled>false</enabled>
       </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
       <id>plexus-snapshots</id>
       <name>Plexus Snapshot Repository</name>
       <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>

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=1655984&r1=1655983&r2=1655984&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/it/settings.xml Fri Jan 30 11:00:17 2015
@@ -37,6 +37,17 @@ under the License.
             <enabled>true</enabled>
           </snapshots>
         </repository>
+        <repository>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+          <id>plexus-snapshots</id>
+          <name>Plexus Snapshot Repository</name>
+          <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
+        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>