commit | 5377837d1c80537c6b8ab635a304fe96d63bc082 | [log] [tgz] |
---|---|---|
author | Céline Janssens <Celine.Janssens@all4tec.net> | Tue May 24 16:35:48 2016 +0200 |
committer | Céline Janssens <Celine.Janssens@all4tec.net> | Tue May 24 16:35:48 2016 +0200 |
tree | efc9ed0a48c67088de3f7fde85819a82d1ba67ed | |
parent | 976a211b3b76224b11c1875d28362f31c0d07b03 [diff] |
Bug 493864: [Releng] Update pom structure to make the hierarchy clearer - Update P2 location name Change-Id: I45bd5a6d297c7ed9e2624b102026270f3bf249e4 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
Components in this project are built using Maven and its Tycho plugins for the build of Eclipse artifacts. To build locally, simply execute the command line in the root directory:
mvn clean install
By default the build will be done using the latest Papyrus and Eclipse release target platform
Use the following command to run the build on the nightly target platform:
mvn clean install -Pneon-papyrusnightly
Use the following command to run the build on the Latest Milestone target platform:
mvn clean install -Pneon-papyrusmilestone
To run codegen from the releng/codegen/ location run the following command:
For the release:
mvn clean install -PusePapyrusReleases
For the Nightlies:
mvn clean install -PusePapyrusNightlies
For the Milestones:
mvn clean install -PusePapyrusMilestones