Issue Details (XML | Word | Printable)

Key: MNG-3397
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brett Porter
Votes: 42
Watchers: 37
Operations

If you were logged in you would be able to see more operations.
Maven 2 & 3

[RFC] change the POM to use attributes

Created: 10/Feb/08 11:59 PM   Updated: 30/Dec/09 06:44 PM
Return to search
Component/s: POM
Affects Version/s: 2.0.8
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Patch Submitted: Yes




nicolas de loof added a comment - 16/Feb/08 06:19 AM

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.


Brett Porter added a comment - 16/Feb/08 06:20 PM

what change did you make to the model to enable this?


Darren Bell added a comment - 14/Apr/08 08:37 AM

When will this be rolled into a release?


Brett Porter made changes - 12/Jun/08 09:06 PM
Field Original Value New Value
Fix Version/s 2.1 [ 13142 ]
Darren Bell added a comment - 16/Jun/08 03:49 AM

Yay, thanks Brett. So, when's 2.1 out?


Yang Gu added a comment - 16/Oct/08 11:09 AM

This feature will make pom.xml more concise.


Jason van Zyl made changes - 13/Dec/08 06:35 PM
Fix Version/s 3.0 [ 13142 ]
Fix Version/s 3.x [ 13145 ]
Brett Porter made changes - 18/Dec/08 09:31 AM
Fix Version/s 3.x [ 13145 ]
Fix Version/s 2.2.0-M1 [ 14593 ]
Wendy Smoak made changes - 16/Mar/09 12:58 PM
Link This issue is duplicated by MNG-4090 [ MNG-4090 ]
Gin-Ting Chen added a comment - 08/Apr/09 11:21 AM

Any chance this will be ported to the 2.0.x or 2.1.x lines?


Jason van Zyl made changes - 30/Dec/09 12:50 PM
Fix Version/s 2.3.x [ 14593 ]
Fix Version/s 3.1.alpha1 [ 16093 ]
Brett Porter made changes - 30/Dec/09 06:44 PM
Fix Version/s 3.1.alpha1 [ 16093 ]
Fix Version/s 3.1 [ 15565 ]