You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/02/11 07:01:29 UTC

[jira] Created: (MNG-3397) [RFC] change the POM to use attributes

[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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Darren Bell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=138718#action_138718 ] 

Darren Bell commented on MNG-3397:
----------------------------------

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

> [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
>             Fix For: 2.1
>
>


-- 
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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Darren Bell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=130739#action_130739 ] 

Darren Bell commented on MNG-3397:
----------------------------------

When will this be rolled into a release?

> [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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Gin-Ting Chen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=172456#action_172456 ] 

Gin-Ting Chen commented on MNG-3397:
------------------------------------

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

> [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
>             Fix For: 2.2.0-M1
>
>


-- 
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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "nicolas de loof (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123226 ] 

Brett Porter commented on MNG-3397:
-----------------------------------

see build: http://people.apache.org/~brett/apache-maven-2.0.9-SNAPSHOT-terse-bin.tar.gz
and branch: http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x-terse


> [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

        

[jira] Updated: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3397:
------------------------------

    Fix Version/s:     (was: 3.x)
                   2.2.0-M1

> [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
>             Fix For: 2.2.0-M1
>
>


-- 
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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Yang Gu (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=151021#action_151021 ] 

Yang Gu commented on MNG-3397:
------------------------------

This feature will make pom.xml more concise.

> [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
>             Fix For: 3.0
>
>


-- 
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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123227 ] 

Brett Porter commented on MNG-3397:
-----------------------------------

files for comparison:
http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?content-type=text%2Fplain&view=co
http://svn.apache.org/viewvc/maven/archiva/trunk/pom-4.1.0.xml?content-type=text%2Fplain&view=co


> [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

        

[jira] Updated: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3397:
------------------------------

    Fix Version/s: 2.1

> [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
>             Fix For: 2.1
>
>


-- 
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

        

[jira] (MNG-3397) [RFC] change the POM to use attributes

Posted by "Alex Collins (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314664#comment-314664 ] 

Alex Collins commented on MNG-3397:
-----------------------------------

Any update on this?
                
> [RFC] change the POM to use attributes
> --------------------------------------
>
>                 Key: MNG-3397
>                 URL: https://jira.codehaus.org/browse/MNG-3397
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 2.0.8
>            Reporter: Brett Porter
>             Fix For: 3.2
>
>


--
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

        

[jira] Updated: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl updated MNG-3397:
-------------------------------

    Fix Version/s:     (was: 2.3.x)
                   3.1.alpha1

> [RFC] change the POM to use attributes
> --------------------------------------
>
>                 Key: MNG-3397
>                 URL: http://jira.codehaus.org/browse/MNG-3397
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 2.0.8
>            Reporter: Brett Porter
>             Fix For: 3.1.alpha1
>
>


-- 
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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Darren Bell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210198#action_210198 ] 

Darren Bell commented on MNG-3397:
----------------------------------

Is this still being worked on?  Maybe now for the 3.0 release?

> [RFC] change the POM to use attributes
> --------------------------------------
>
>                 Key: MNG-3397
>                 URL: http://jira.codehaus.org/browse/MNG-3397
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 2.0.8
>            Reporter: Brett Porter
>             Fix For: 3.1
>
>


-- 
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

        

[jira] Commented: (MNG-3397) [RFC] change the POM to use attributes

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_124017 ] 

Brett Porter commented on MNG-3397:
-----------------------------------

what change did you make to the model to enable 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