Groovy Source
B
Bloggers
Build Systems
 
C
Charting & Reporting
Code Analyzers
Collections
 
E
ERP & CRM
Eclipse Plugins
 
F
Financial Soft
 
I
Installers
Inversion of Control
Issue Tracking
 
J
JMX
Job Schedulers
 
N
Network Clients
 
P
PDF Libraries
Persistence
Project Management
 
R
RSS & RDF Tools
Rule Engines
 
S
Security
Swing
 
T
Template Engines
Testing Tools
Text Processing
 
U
UML & Modeling
 
W
Web Frameworks
Web Mail
Web Servers
Web Services
Web Testing
Wiki Engines
Workflow Engines
 

Open Source Build Systems in Groovy

Gant

Gant is a build tool for scripting Ant tasks using Groovy code instead of XML to specify the build logic. A Gant build specification is just a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts.

Go To Gant

Groovy Maven 2 Integration

It is a set of plugins that provide a highly enriched integration of the Groovy language into Maven 2.

Go To Groovy Maven 2 Integration

AlexBuild

Alex incorporates convention based builds with easy extensibility. Alex also supports a DSL, which gets rid of the xml clutter offered by most build systems.

Go To AlexBuild

Maven Tools for Grails

Maven Tools for Grails is a set of maven artifacts used to ease the building/development of Grails Application using maven 2.

Go To Maven Tools for Grails

Gradle

Gradle is a build system which provides:

 * A very flexible general purpose build tool like Ant.
 * Switchable, build-by-convention frameworks a la Maven (for Java and Groovy projects).
 * Powerful support for multi-project builds.
 * Powerful dependency management (based on Apache Ivy).
 * Full support for your existing Maven or Ivy repository infrastructure.
 * Support for transitive dependency management without the need for remote repositories and pom.xml or ivy.xml files (optional).
 * Ant tasks as first class citizens.
 * Groovy build scripts.

Go To Gradle