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 11:13:25 UTC

svn commit: r1456860 - /karaf/cave/trunk/manual/pom.xml

Author: jbonofre
Date: Fri Mar 15 10:13:24 2013
New Revision: 1456860

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

Modified:
    karaf/cave/trunk/manual/pom.xml

Modified: karaf/cave/trunk/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cave/trunk/manual/pom.xml?rev=1456860&r1=1456859&r2=1456860&view=diff
==============================================================================
--- karaf/cave/trunk/manual/pom.xml (original)
+++ karaf/cave/trunk/manual/pom.xml Fri Mar 15 10:13:24 2013
@@ -229,6 +229,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 Cave manual</checkinComment>
+                    <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/karaf/site/production/manual/cave/latest</pubScmUrl>
+                    <content>${project.build.directory}/sitegen</content>
+                </configuration>
+            </plugin>
         </plugins>
     </build>