Java client for the RunDeck REST API http://rundeck.github.com/rundeck-api-java-client
Find a file
2011-12-03 17:29:09 +01:00
src Merge branch 'master' into new-style 2011-12-03 17:29:09 +01:00
.gitignore add gitignore (eclipse files) 2011-07-01 17:56:53 +02:00
CHANGELOG add license and changelog files 2011-07-06 12:03:50 +02:00
LICENSE add license and changelog files 2011-07-06 12:03:50 +02:00
pom.xml update a few dependencies 2011-12-03 17:13:30 +01:00
README add license and changelog files 2011-07-06 12:03:50 +02:00

Java client for the RunDeck REST API

Documentation : http://vbehar.github.com/rundeck-api-java-client/
RunDeck Home : http://rundeck.org/

LICENSE : The Apache Software License, Version 2.0
See the LICENSE file, or http://www.apache.org/licenses/LICENSE-2.0

How to build :
- prerequisites : Apache Maven 2.2.1 or 3.x http://maven.apache.org/
- run "mvn package"
- either use the jar file in target/rundeck-api-java-client-VERSION.jar, or the jar file with all dependencies included in target/rundeck-api-java-client-VERSION-jar-with-dependencies.jar