You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/09 23:12:22 UTC

svn commit: r1144747 - in /maven/pom/trunk/maven: pom.xml src/site-docs/apt/index.apt

Author: hboutemy
Date: Sat Jul  9 21:12:22 2011
New Revision: 1144747

URL: http://svn.apache.org/viewvc?rev=1144747&view=rev
Log:
removed unused profile+snapshot repository since already inherited and accessed through relativePath

Modified:
    maven/pom/trunk/maven/pom.xml
    maven/pom/trunk/maven/src/site-docs/apt/index.apt

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1144747&r1=1144746&r2=1144747&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Jul  9 21:12:22 2011
@@ -860,20 +860,5 @@ under the License.
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>apache.shapshots</id>
-      <repositories>
-        <repository>
-          <id>apache.snapshots</id>
-          <url>https://repository.apache.org/content/groups/snapshots-group/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </repository>
-      </repositories>
-    </profile>
   </profiles>
 </project>

Modified: maven/pom/trunk/maven/src/site-docs/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/apt/index.apt?rev=1144747&r1=1144746&r2=1144747&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/apt/index.apt (original)
+++ maven/pom/trunk/maven/src/site-docs/apt/index.apt Sat Jul  9 21:12:22 2011
@@ -50,11 +50,6 @@ mvn -Preporting site-deploy
 
     See {{{./plugins.html}Plugins report}} for a list of configured report plugins.
 
-The <<<apache.shapshots>>> Profile
-
-    An <<<apache.shapshots>>> profile is provided to activate Apache Snapshot repository when necessary, for
-    example in a CI server.
-
 History
 
     As of version 21, this POM sets the Java source and target versions to 1.5. Thus, as any plugin (or other component)