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 2012/03/01 23:23:16 UTC

svn commit: r1295946 - /maven/site/branches/INFRA-4466/trunk/pom.xml

Author: hboutemy
Date: Thu Mar  1 22:23:16 2012
New Revision: 1295946

URL: http://svn.apache.org/viewvc?rev=1295946&view=rev
Log:
removed site jar publication

Modified:
    maven/site/branches/INFRA-4466/trunk/pom.xml

Modified: maven/site/branches/INFRA-4466/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/pom.xml?rev=1295946&r1=1295945&r2=1295946&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/pom.xml (original)
+++ maven/site/branches/INFRA-4466/trunk/pom.xml Thu Mar  1 22:23:16 2012
@@ -219,7 +219,7 @@
         <configuration>
           <siteDirectory>${basedir}/content</siteDirectory>
         </configuration>
-        <executions>
+        <!--executions>
           <execution>
             <id>jar</id>
             <phase>site</phase>
@@ -231,7 +231,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
     </plugins>
   </build>