Skip to content
jd edited this page Jan 13, 2014 · 30 revisions

Grapes

Grapes helps you to keep an eye on the dependencies of your software production:

  • Uses a Grapes client to track the dependencies of your projects
  • If it is possible, integrate it to your continuous integration get information at real time
  • Generates reports thanks to Grapes server to track the corporate projects dependencies, the third parties libraries, the embedded licenses ...

History

Grapes used to be an internal CI tool of Axway to govern the flow of dependencies. The project started in 2011 and has been brought to the open source in 2014.

Requirements

  • Grapes is in Java6
  • It is compiled using Maven3

Tech

Written in Java, Grapes uses a number of open source projects :

  • Dropwizard - awesome out-of-the-box to build web applications
  • Jongo - a super fast way to request MongoDb using MongoShell language
  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • jQuery - JavaScript library

Wiki pages

To go further

More information is available in the maven site of the project

git clone [git-repo-url] grapes
cd grapes/server
mvn site

The open target/site/index.html in your favorite web-browser.

License

Under Apache 2 license

Clone this wiki locally