[
http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123993
]
nicolas de loof commented on MNG-3397:
--------------------------------------
I tried to enable the "flat" modello format for collections, to change :
<plugin>
<executions>
<execution>
<id>xx</id>
<phase>xx</phase>
<goals>
<goal>xx</goal>
</goals>
</execution>
</executions>
</plugin>
.. to the more convice :
<plugin>
<execution id="xx" phase="xx">
<goal>xx</goal>
</executions>
</plugin>
but this didn't worked : the modello generated parser still search the
"executions" in XML stream. Not investigated more yet on this.
> [RFC] change the POM to use attributes
> --------------------------------------
>
> Key: MNG-3397
> URL: http://jira.codehaus.org/browse/MNG-3397
> Project: Maven 2
> Issue Type: Bug
> Components: POM
> Affects Versions: 2.0.8
> Reporter: Brett Porter
>
--
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