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 83cf52d commit d475751
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@


## Download

* [library JAR file](https://sourceforge.net/projects/latitude/files/fcalib/0.11.0/fcalib-0.11.0.jar/download)
* [The Central Repository](https://repo1.maven.org/maven2/de/tu-dresden/inf/lat/fcalib/)
* as dependency:

```xml
<dependency>
<groupId>de.tu-dresden.inf.lat.fcalib</groupId>
Expand Down Expand Up @@ -78,35 +80,44 @@ above context, add implications to it, and compute next-closure:
### Source code

To checkout and compile the project, use:

```
$ git clone https://github.com/julianmendez/fcalib.git
$ cd fcalib
$ 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 target
$ jar -cf bundle.jar fcalib-*
```

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 d475751

Please sign in to comment.