Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Replace ${PLATFORMTARGETFILE} with the required PLATFORMTARGETFILE.For odysseus_core e.g.:

Here are some examples

Code Block
// Odysseus core
mvn clean verify -Dtargetfilename=platform_core
// Stable development build
mvn clean verify -Dtargetfilename=platform_development_stable
// All master build
mvn clean verify -Dtargetfilename=platform_master_all

The build typically takes some time as dependencies are resolved and the artifacts are build.

...