« Return to Thread: [jira] Created: (CARGO-449) allow a server to be installed from a Maven artifact

[jira] Updated: (CARGO-449) Allow a container distribution to be installed from a Maven artifact definition

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread

     [ http://jira.codehaus.org/browse/CARGO-449?page=all ]

Vincent Massol updated CARGO-449:
---------------------------------

    Affects Version/s: 0.2-maven2
              Summary: Allow a container distribution to be installed from a Maven artifact definition  (was: allow a server to be installed from a Maven artifact)

> 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>

--
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

 « Return to Thread: [jira] Created: (CARGO-449) allow a server to be installed from a Maven artifact