releng: Rename "build-update-site" profile to "deploy-update-site"
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 27 Jan 2015 22:37:16 +0000 (17:37 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 29 Jan 2015 01:59:05 +0000 (20:59 -0500)
The "update site" (in releng-site/target/repository) is always
built, so this is more akin to the "deploy-rcp" profile that
is used for the RCP.

Change-Id: Ide082f2738a61e326b5e35eb41b0e6aa38198fc4
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/40512
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
README.md
org.eclipse.tracecompass.releng-site/pom.xml

index a7ac7c7c871e30dd174b9a4c06d71d3a4b34428a..2f8a2f7259be362f7ecf9fdacf1f2e4ed07f70b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ will be placed in `org.eclipse.tracecompass.rcp.product/target/products`.
 
 To build a local p2 update site:
 
-    mvn clean install -Pbuild-update-site "-DsiteDestination=/path/to/destination"
+    mvn clean install -Pdeploy-update-site "-DsiteDestination=/path/to/destination"
 
 where `/path/to/destination` is the **absolute** path to destination directory
 on your disk.
index 63d1efe0832d29ea2c6f2a33954d46998a9b927b..0fe5dce10a468a8819d6ae2d344b1f0e1e392eb3 100644 (file)
@@ -51,7 +51,7 @@
 
 <profiles>
   <profile>
-    <id>build-update-site</id>
+    <id>deploy-update-site</id>
     <properties>
       <siteDestination>/home/data/httpd/download.eclipse.org/tracecompass/master/nightly/</siteDestination>
     </properties>
This page took 0.026189 seconds and 5 git commands to generate.