...
- Check the Maven Documentation.
- SOS uses Maven 3.2.1. Download the latest Maven release
- Maven's
/bin
folder has to be added to the global variable "PATH
" in order to take effect. - No further configuration is required for Maven in order to compile. For indidividual configuration, for example to receive certain 3rd Party libraries from a Maven2 repository, e.g. http://repo1.maven.org/maven2, you have to configure the settings.xml file.
The
...
Binaries File
jobscheduler.engine-1.9.6.jar
jobscheduler.engine-1.9.6.pom
The version number 1.9.6
from this sample is based on the semantic versioning scheme. This sample version number is used for the examples in this article.
The
...
Structure of the Binaries
The jobscheduler.engine-1.9.6.jar
file is a bundle jar with all binaries as well as the JobScheduler engine Java library included.
...