If you just want to compile the project without running the tests:
mvn -DskipTests clean install
If you want to run the tests (Derby and H2 in server mode):
mvn clean install
You can find the latest releases here:
... or setup your Maven dependencies:
<dependency>
<groupId>com.github.monkeysintown</groupId>
<artifactId>graphviz4j</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
... and configure Bintray's JCenter repository in your pom.xml:
...
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
...
Get automatic notifications about new releases here: