Print
Plugins

Plugins

Name Description User guide
Maven Loom Plugin Generates Loom/Phoenix Sar files using Maven maven loom

Downloads

The Loom plugins are downloadable from Codehaus Distribution Server.

The Codehaus Distribution artifacts are synchronized with the IBiblio Maven repository. Simply specify the plugin name as a dependency with type plugin.

Example:

<dependency>
  <groupId>loom</groupId>
  <artifactId>maven-loom-plugin</artifactId>
  <version>[plugin-version]</version>
  <type>plugin</type>
</dependency>
Powered by Atlassian Confluence