LAT parent project
The POM file of this project is used as parent of other project parent POM files.
- The Central Repository
- as parent
<parent>
<groupId>de.tu-dresden.inf.lat</groupId>
<artifactId>lat-parent</artifactId>
<version>0.1.7</version>
<relativePath></relativePath>
</parent>
To clone the project:
$ git clone https://github.com/julianmendez/lat-parent.git
The bundles uploaded to Sonatype are created with:
$ mvn clean install -DperformRelease=true
and then:
$ cd target
$ jar -cf bundle.jar lat-parent-*
The version number is updated with:
$ mvn versions:set -DnewVersion=NEW_VERSION
where NEW_VERSION is the new version.
This software is distributed under the Apache License Version 2.0.
In case you need more information, please contact julianmendez.