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

[jira] Commented: (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=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179546#action_179546 ]

Robert Herschke commented on CARGO-449:
---------------------------------------

Please provide the patch to the official distribution!!! See CARGO-312 also!

> 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
>            Assignee: Matt Wringe
>            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