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/14 18:05:44 UTC

svn commit: r1456541 - /karaf/branches/karaf-2.3.x/manual/pom.xml

Author: jbonofre
Date: Thu Mar 14 17:05:43 2013
New Revision: 1456541

URL: http://svn.apache.org/r1456541
Log:
[KARAF-2218] Now publish manual on main website using scm-publish

Modified:
    karaf/branches/karaf-2.3.x/manual/pom.xml

Modified: karaf/branches/karaf-2.3.x/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/manual/pom.xml?rev=1456541&r1=1456540&r2=1456541&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/manual/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/manual/pom.xml Thu Mar 14 17:05:43 2013
@@ -388,6 +388,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 manual</checkinComment>
+                    <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/karaf/site/production/manual/latest-2.3.x</pubScmUrl>
+                    <content>${project.build.directory}/sitegen</content>
+                </configuration>
+            </plugin>
         </plugins>
     </build>