...
Attention: The are no blancs in the "P-section"!
Here are some example
Code Block |
---|
// Odysseus core
mvn clean verify -Pproduct,solobuild,currentOS -Dtargetfilename=platform_core
// Stable development build
mvn clean verify -Pproduct,solobuild,currentOS -Dtargetfilename=platform_development_stable
// All master build
mvn clean verify -Pproduct,solobuild,currentOS -Dtargetfilename=platform_master_all |
See The Odysseus Operator Test Framework for information how to create integration tests for your module.
...