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.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to