You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/03/15 18:29:38 UTC

svn commit: r1457030 - /karaf/cellar/branches/cellar-2.2.x/manual/pom.xml

Author: jbonofre
Date: Fri Mar 15 17:29:37 2013
New Revision: 1457030

URL: http://svn.apache.org/r1457030
Log:
[KARAF-2218] Manual now publish to main site

Modified:
    karaf/cellar/branches/cellar-2.2.x/manual/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/manual/pom.xml?rev=1457030&r1=1457029&r2=1457030&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/manual/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/manual/pom.xml Fri Mar 15 17:29:37 2013
@@ -252,6 +252,16 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-scm-publish-plugin</artifactId>
+                <version>1.0-beta-2</version>
+                <configuration>
+                    <checkinComment>[scm-publish] Updating main site with Karaf Cellar manual</checkinComment>
+                    <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/karaf/site/production/manual/cellar/latest-2.2.x</pubScmUrl>
+                    <content>${project.build.directory}/sitegen</content>
+                </configuration>
+            </plugin>
         </plugins>
     </build>