Skip to content

julianmendez/lat-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LAT parent project

License Maven Central build

The POM file of this project is used as parent of other project parent POM files.

Download

<parent>
  <groupId>de.tu-dresden.inf.lat</groupId>
  <artifactId>lat-parent</artifactId>
  <version>0.1.7</version>
  <relativePath></relativePath>
</parent>

Source code

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.

Author

Julian Alfredo Mendez

License

This software is distributed under the Apache License Version 2.0.

Contact

In case you need more information, please contact julianmendez.