allow a server to be installed from a Maven artifact
----------------------------------------------------
Key: CARGO-449
URL:
http://jira.codehaus.org/browse/CARGO-449 Project: Cargo
Issue Type: New Feature
Components: 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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email