Versions Compared

Key

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

...

To allow local and solobuilds the there must be a pom.xml on the main level of the project. In the following there is an example from odysseus_core.

...

The are different parts in this maven pom. On the top there is the base information:. For your project you must change the <artifactId> the to a unique name.

In the parent clause the parent is defined. In this the parent things such things as the target platform and the different base configurations are handled.

...