Versions Compared

Key

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

...

Adding other sos-berlin jar files to the repository


There two options to install files to the local .m2 maven repository. Please use one of these options. 

  • Using the pom.xml file
    • Is recommended when you want to make the configuration portable and should be possible to repeat execution on different environments.
  • Using  command line
    • E.g. for testing purposes on one local machine.

Using the pom.xml file

Add an execution element to the pom.xml file for each jar file that has to be added. Adjust the values for file, version and artifactId

...