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 2014/01/25 11:27:47 UTC

svn commit: r1561279 - /maven/enforcer/trunk/pom.xml

Author: hboutemy
Date: Sat Jan 25 10:27:47 2014
New Revision: 1561279

URL: http://svn.apache.org/r1561279
Log:
removed obsolete profile for site publish: instructions are to do a svn copy from -archives/xxx-LATEST

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1561279&r1=1561278&r2=1561279&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sat Jan 25 10:27:47 2014
@@ -279,14 +279,4 @@
       </plugin>
     </plugins>
   </reporting>
-
-  <profiles>
-    <profile>
-      <id>site-release</id>
-      <properties>
-        <maven.site.path>${project.artifactId}</maven.site.path>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>