Versions Compared

Key

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

...

  • Using the pom.xml file
    • this is the recommended, if the build configuration of the JS7 Java Job has to be portable and able to be executed on a different environments, e.g. in shared development.
  • Using  command line
    • E.g. for testing purposes on one local machine.
    • Note
      This should only be used, if a single developer wants to add a dependency fast in his own local environment. As this is executed only locally this is not portable and other developers have to do the same again.

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

...