[
https://issues.apache.org/jira/browse/BUILDR-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Victor Hugo Borja updated BUILDR-45:
------------------------------------
Attachment: 0001-EarTask-add-now-supports-projects-as-arguments.patch
> EarTask#add can take a project as argument, adding it's EAR supported packages
> ------------------------------------------------------------------------------
>
> Key: BUILDR-45
> URL: https://issues.apache.org/jira/browse/BUILDR-45
> Project: Buildr
> Issue Type: Improvement
> Components: Packaging
> Affects Versions: 1.3.1
> Reporter: Victor Hugo Borja
> Priority: Minor
> Fix For: 1.3.1
>
> Attachments: 0001-EarTask-add-now-supports-projects-as-arguments.patch
>
>
> When a project is supplied, all EAR supported packages are added from it
> into the EAR.
> - multiple components can be added using the type=>component style
> package(:ear).add :lib => [ project('utilities'),
> artifacts("bat:man:jar:1.0", "art:ifact:jar:1.0") ],
> :war => projects(:admin, :web),
> :ejb => project('bar').package(:jar),
> :jar => path_to("provided/java_app.jar")
> - EarTask#push has become an alias of EarTask#add
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.