[ 
https://issues.apache.org/jira/browse/BUILDR-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792541#comment-13792541
 ] 

Jean-Philippe Caruana edited comment on BUILDR-685 at 10/11/13 11:47 AM:
-------------------------------------------------------------------------

you can merge artifacts :

        merged = package :jar, :file=>_('target/C.jar')
        merged.merge artifacts(projects('A', 'B'))

ps : maybe ask questions on the list 
(http://buildr.apache.org/mailing_lists.html) for questions : I don't think 
this is an issue or an improvement since merge is documented 
(http://buildr.apache.org/packaging.html)


was (Author: jpcaruana2):
you can merge artifacts :

        merged = package :jar, :file=>_('target/C.jar')
        bouchons.merge artifacts(projects('A', 'B'))

ps : maybe ask questions on the list 
(http://buildr.apache.org/mailing_lists.html) for questions : I don't think 
this is an issue or an improvement since merge is documented 
(http://buildr.apache.org/packaging.html)

> Merged Project View
> -------------------
>
>                 Key: BUILDR-685
>                 URL: https://issues.apache.org/jira/browse/BUILDR-685
>             Project: Buildr
>          Issue Type: Improvement
>            Reporter: Suminda Dharmasena
>
> Say I have project A, B and C.
> I want to build, create docs and build jars but want to treat this as 1 unit 
> for certain tasks. E.g. I want to jars to be created such that all classes 
> are in 1 jar, all documents in 1 jar, and all source in 1 jar for all 3 
> projects.
> The build classes can be in the respective project directories, but docs can 
> be in 1 specified directory, etc.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to