[KARAF-2218] Manual now publish to main site git-svn-id: https://svn.apache.org/repos/asf/karaf/eik/trunk@1458568 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-eik/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-eik/commit/952275cb Tree: http://git-wip-us.apache.org/repos/asf/karaf-eik/tree/952275cb Diff: http://git-wip-us.apache.org/repos/asf/karaf-eik/diff/952275cb Branch: refs/heads/master Commit: 952275cb0d539821828bc10c7729fa909fa8f920 Parents: 55be25b Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Tue Mar 19 23:33:24 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Tue Mar 19 23:33:24 2013 +0000 ---------------------------------------------------------------------- manual/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-eik/blob/952275cb/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 2a340f5..871d2ab 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -196,6 +196,16 @@ </systemProperties> </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 EIK manual</checkinComment> + <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/karaf/site/production/manual/eik/latest</pubScmUrl> + <content>${project.build.directory}/sitegen</content> + </configuration> + </plugin> </plugins> </build>
