From: Alexandre Montplaisir Date: Tue, 28 Oct 2014 12:49:51 +0000 (-0400) Subject: Update maven profile names X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=e09a2e40378d3faed43ab534a6da1ac3e4af8aa0;hp=47c5857882f2e2f4f2b43bbb7f020872e387aa70;p=deliverable%2Ftracecompass.git Update maven profile names "tracingRcp" was used back in Linux Tools to differentiate between the different RCPs in the tree. Now we can simply call the profile "build rcp". There doesn't seem to be any guidelines for profile names... but I find names-with-dashes more readable than camelCaseNames. Change-Id: Ie18af97adf162d1f2dd6af1845ba9f5869afbbea Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/35585 Tested-by: Hudson CI Reviewed-by: Genevieve Bastien --- diff --git a/README b/README index 625ab39441..0ae082f2f1 100644 --- a/README +++ b/README @@ -30,22 +30,22 @@ take some time, to skip them you can append "-Dmaven.test.skip=true" to the $ mvn clean install -Dmaven.test.skip=true -The RCP is not built by default, to build it you need to add "-PtracingRcp" to +The RCP is not built by default, to build it you need to add "-Pbuild-rcp" to the 'mvn' command: -$ mvn clean install -PtracingRcp -Dmaven.test.skip=true +$ mvn clean install -Pbuild-rcp -Dmaven.test.skip=true This will build the RCP for all supported architectures. The resulting archives will be placed in org.eclipse.linuxtools.tracing.rcp.product/target/products To build a local p2 update site -$ mvn clean install -PbuildUpdateSite +$ mvn clean install -Pbuild-update-site This will place the p2 update site under the default location /var/www/tools/tracecompass/nightly/ To change the package location, use: -$ mvn clean install -PbuildUpdateSite "-DsiteDestination=" +$ mvn clean install -Pbuild-update-site "-DsiteDestination=" where is the absolute path to destination directory on your disk. diff --git a/org.eclipse.tracecompass.releng-site/pom.xml b/org.eclipse.tracecompass.releng-site/pom.xml index 6c00b850a6..6a816229ad 100644 --- a/org.eclipse.tracecompass.releng-site/pom.xml +++ b/org.eclipse.tracecompass.releng-site/pom.xml @@ -29,7 +29,7 @@ - buildUpdateSite + build-update-site /var/www/tools/tracecompass/nightly/ diff --git a/pom.xml b/pom.xml index 0876449eee..260e6d2bd0 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ - tracingRcp + build-rcp org.eclipse.tracecompass.rcp.product