|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MNBMODULE-231) More flexible artif... Peter Hansson (JIRA)
- [mojo-dev] [jira] (MNBMODULE-231) More flexible ... Milos Kleint (JIRA)
- [mojo-dev] [jira] (MNBMODULE-231) More flexible ... Peter Hansson (JIRA)

Thanks.
The workaround I'm doing currently is to use a heavily customized Ant build.xml script in which I'm calling the create-bundle target as many times as I want to create bundles. I make sure that at least one of these targets produce the artifact name that BuildInstallersMojo.java requires so that I don't get an exception from the BuildInstallersMojo.java code. So I'm not calling the whole build several times, only the create-bundle target.
For the remaining artifacts I can add them with the attach-artifact-mojo as you suggested.