Definition
Extensions are additions to the Cargo core Java API such as build tool plugins, IDE plugins, etc
Explanation
Cargo's core provides a Java API to manipulate containers. In addition the Cargo project also provides extensions to the Cargo's core that make using Cargo easy from your preferred tools. Namely those are:
- Ant support — Cargo provides Ant tasks to perform all the operations available from the Java API
- Cargo Daemon
- Maven2 plugin — A Maven 2 / Maven 3 plugin that wraps the Cargo Java API