You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/03/09 21:07:02 UTC

[jira] Created: (MNG-183) complex plugin/goal configuration

complex plugin/goal configuration
---------------------------------

         Key: MNG-183
         URL: http://jira.codehaus.org/browse/MNG-183
     Project: m2
        Type: Improvement
  Components: maven-plugin, maven-model, maven-core  
    Reporter: Brett Porter
     Fix For: 1.0-alpha-1


currently, <configuration> is a properties element. This needs complication configuration, for example:

<jarManifest>
  <shortDescription/>
  <package/>
</jarManifest>

and

<resources>
  <resource>
    <directory />
    <includes />
    <excludes />
  </resource>
</resources>



-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=history ]
     
Brett Porter closed MNG-183:
----------------------------

    Resolution: Fixed

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 4 hours
>        Time Spent: 6 hours, 30 minutes
>         Remaining: 0 minutes
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Work logged: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=worklog#action_31220 ]

Brett Porter logged work on MNG-183:
------------------------------------

           Time Worked: 2 hours, 30 minutes
            Time Spent: 23400  (was: 14400)
    Remaining Estimate: 0  (was: 5400)

implemented merging

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 4 hours
>        Time Spent: 6 hours, 30 minutes
>         Remaining: 0 minutes
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=history ]

Brett Porter reassigned MNG-183:
--------------------------------

    Assign To: Jason van Zyl

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Jason van Zyl
>      Fix For: 1.0-alpha-1

>
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=history ]

Brett Porter updated MNG-183:
-----------------------------

    Remaining Estimate: 14400
     Original Estimate: 14400

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 4 hours
>         Remaining: 4 hours
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Work logged: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=worklog#action_31206 ]

Brett Porter logged work on MNG-183:
------------------------------------

   Time Worked: 1 hour, 30 minutes
    Time Spent: 14400  (was: 9000)

needed to modify the Xpp3Dom to build from a parser directly that may be in the middle of a file. This also involved adding tests for the existing class and syncing some changes back from the version in plexus container to plexus utils.

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 4 hours
>        Time Spent: 4 hours
>         Remaining: 1 hour, 30 minutes
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Work logged: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=worklog#action_31205 ]

Brett Porter logged work on MNG-183:
------------------------------------

           Time Worked: 1 hour
            Time Spent: 9000  (was: 5400)
    Remaining Estimate: 5400  (was: 9000)

add DOM to modello

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 4 hours
>        Time Spent: 2 hours, 30 minutes
>         Remaining: 1 hour, 30 minutes
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Work started: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=history ]
     
Work on MNG-183 started by Brett Porter

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Work logged: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=worklog#action_31159 ]

Brett Porter logged work on MNG-183:
------------------------------------

           Time Worked: 1 hour, 30 minutes
            Time Spent: 5400
    Remaining Estimate: 9000  (was: 14400)

ripped out componentDescriptor references everywhere in plexus (1h).

hacked in the xpp3dom from the existing map in the plugin manager (30m)

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 4 hours
>        Time Spent: 1 hour, 30 minutes
>         Remaining: 2 hours, 30 minutes
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (MNG-183) complex plugin/goal configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-183?page=history ]

Brett Porter reassigned MNG-183:
--------------------------------

    Assign To: Brett Porter  (was: Jason van Zyl)

> complex plugin/goal configuration
> ---------------------------------
>
>          Key: MNG-183
>          URL: http://jira.codehaus.org/browse/MNG-183
>      Project: m2
>         Type: Improvement
>   Components: maven-plugin, maven-model, maven-core
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.0-alpha-1

>
>
> currently, <configuration> is a properties element. This needs complication configuration, for example:
> <jarManifest>
>   <shortDescription/>
>   <package/>
> </jarManifest>
> and
> <resources>
>   <resource>
>     <directory />
>     <includes />
>     <excludes />
>   </resource>
> </resources>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira