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/12/18 09:19:54 UTC

[33/50] [abbrv] git commit: [KARAF-2218] Manual now publish to main site

[KARAF-2218] Manual now publish to main site

git-svn-id: https://svn.apache.org/repos/asf/karaf/cave/trunk@1456860 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/febc62ed
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/febc62ed
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/febc62ed

Branch: refs/heads/master
Commit: febc62ed39ad117ef682173cfb35a72a0c7a758a
Parents: a9d3ab6
Author: jbonofre <jb...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Fri Mar 15 10:13:24 2013 +0000
Committer: jbonofre <jb...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Fri Mar 15 10:13:24 2013 +0000

----------------------------------------------------------------------
 manual/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/febc62ed/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index 4048b3f..93bbf29 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -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>