[ http://jira.codehaus.org/browse/MREPOSITORY-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139117#action_139117
]
Daniel Le Berre commented on MREPOSITORY-3:
-------------------------------------------
It would be also nice to have the ability to choose which modules should be bundled.
Suppose my parent project has modules A,B,C,D.
It would be nice if I could do
$ mvn repository:bundle-create A B
on the parent level to create upload bundles with both A and B modules and the parent content.
> Please add support for multi-module projects in repository:bundle-create mojo
> -----------------------------------------------------------------------------
>
> Key: MREPOSITORY-3
> URL: http://jira.codehaus.org/browse/MREPOSITORY-3
> Project: Maven 2.x Repository Plugin
> Issue Type: New Feature
> Environment: Java 1.5, WinXP
> Reporter: John R Fallows
>
> Currently the repository:bundle-create mojo only supports single module upload bundles,
so multi-module bundles must be created manually, once for each sub-module, and each individual
bundle file must be uploaded to a public site individually.
> In addition, the "pom" packaging (which is often used by the parent pom of a multi-module
project) is not supported repository:bundle-create, so upload bundles for projects with "pom"
packaging must be created manually, before uploading to a public site.
> Please support multi-module repository:bundle-create mojo such that:
> $ mvn repository:bundle-create
> in the top level of a multi-module project produces a single archive that can be used
to upload the multi-module project artifacts to ibiblio.
--
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
|