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>
1 file changed
tree: efc9ed0a48c67088de3f7fde85819a82d1ba67ed
  1. .settings/
  2. documentation/
  3. features/
  4. models/
  5. plugins/
  6. releng/
  7. targetplatform/
  8. tests/
  9. .gitattributes
  10. .gitignore
  11. .project
  12. CONTRIBUTING.md
  13. epl-v10.html
  14. notice.html
  15. pom.xml
  16. README.md
README.md

How to build

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

Other Options

Nightly

Use the following command to run the build on the nightly target platform:

mvn clean install -Pneon-papyrusnightly

Milestone

Use the following command to run the build on the Latest Milestone target platform:

mvn clean install -Pneon-papyrusmilestone

Codegen

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