Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Dec 17, 2016
1 parent c4ca4e9 commit 1078c7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project implements generalization algorithms (role-depth bounded least comm
* [Protégé plug-in](https://sourceforge.net/projects/latitude/files/gel/0.17.2/de.tu-dresden.inf.lat.gel-0.17.2.jar/download)
* [The Central Repository](https://repo1.maven.org/maven2/de/tu-dresden/inf/lat/gel/)
* as dependency

```xml
<dependency>
<groupId>de.tu-dresden.inf.lat.gel</groupId>
Expand All @@ -29,35 +30,44 @@ Additional Developer: [Julian Mendez](http://lat.inf.tu-dresden.de/~mendez)
## Source code

To checkout and compile the project, use:

```
$ git clone https://github.com/julianmendez/gel.git
$ cd gel
$ mvn clean install
```

To compile the project offline, first download the dependencies:

```
$ mvn dependency:go-offline
```

and once offline, use:

```
$ mvn --offline clean install
```

The bundles uploaded to [Sonatype](https://oss.sonatype.org/) are created with:

```
$ mvn clean install -DperformRelease=true
```

and then:

```
$ cd gel/target
$ jar -cf bundle.jar gel-*
```

The version number is updated with:

```
$ mvn versions:set -DnewVersion=NEW_VERSION
```

where *NEW_VERSION* is the new version.


Expand Down

0 comments on commit 1078c7d

Please sign in to comment.