Roland Asmann created ARCHETYPE-407:
---------------------------------------
Summary: Generate with 'goals' dies when the goals include
multiple profiles
Key: ARCHETYPE-407
URL: https://jira.codehaus.org/browse/ARCHETYPE-407
Project: Maven Archetype
Issue Type: Improvement
Affects Versions: 2.2
Reporter: Roland Asmann
I have an archetype that I use for testing inside some of my projects. I want
the plugin to generate and then build the project.
The problem here is that when I want to activate more than one profile, the
plugin splits the goals-string on the comma and therefor kills my call!
Example of plugin-configuration:
<configuration>
<archetypeRepository> ... </archetypeRepository>
<archetypeGroupId> myGroupId </archetypeGroupId>
<archetypeArtifactId> myArchetypeId </archetypeArtifactId>
<archetypeVersion> myVersion </archetypeVersion>
<goals> process-resources -Pibm,dev </goals>
<interactiveMode> false </interactiveMode>
</configuration>
It would be really helpful if the goals-parameter could just be used as-is, or
at least not split on the comma.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira