You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2008/03/31 21:57:04 UTC

svn commit: r643117 - /portals/pluto/branches/pluto-1.1.x/pom.xml

Author: esm
Date: Mon Mar 31 12:57:01 2008
New Revision: 643117

URL: http://svn.apache.org/viewvc?rev=643117&view=rev
Log:
Unversioning the site plugin for now, so CI builds do not have to rely on a snapshot repo.

Modified:
    portals/pluto/branches/pluto-1.1.x/pom.xml

Modified: portals/pluto/branches/pluto-1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pom.xml?rev=643117&r1=643116&r2=643117&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pom.xml Mon Mar 31 12:57:01 2008
@@ -362,7 +362,12 @@
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-site-plugin</artifactId>
-                  <version>2.0-beta-7-SNAPSHOT</version>
+                  <!-- NOTE: When publishing the Pluto website, you
+                    need to use the 2.0-beta-7-SNAPSHOT version.  However,
+                    it is being commented out so CI builds do not fail.
+                    (CI build servers may not have snapshot repos
+                    configured) -->
+                  <!--version>2.0-beta-7-SNAPSHOT</version-->
               </plugin>
           </plugins>
         </pluginManagement>