> Allow a container distribution to be installed from a Maven artifact definition
> -------------------------------------------------------------------------------
>
> Key: CARGO-449
> URL:
http://jira.codehaus.org/browse/CARGO-449> Project: Cargo
> Issue Type: New Feature
> Components: Maven2
> Affects Versions: 0.2-maven2
> Reporter: Tom Huybrechts
> Priority: Minor
> Attachments: ArtifactInstaller.diff
>
>
> Attaching a patch that allows you to:
> - put/find a server as an artifact in a maven repository
> - use this artifact as the source for an Installer
> Use configuration like this where you would normally specify a ZipUrlInstaller (you'll need to install the jboss artifact locally)
> <artifactInstaller>
> <groupId>jboss</groupId>
> <artifactId>jboss</artifactId>
> <version>4.0.4.GA</version>
> <type>jar</type>
> </artifactInstaller>