You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Anders Hammar (JIRA)" <ji...@codehaus.org> on 2010/09/17 13:10:32 UTC

[jira] Created: (MEAR-132) State default value for generateApplicationXml

State default value for generateApplicationXml
----------------------------------------------

                 Key: MEAR-132
                 URL: http://jira.codehaus.org/browse/MEAR-132
             Project: Maven 2.x Ear Plugin
          Issue Type: Improvement
         Environment: n/a
            Reporter: Anders Hammar


The default value for the generateApplicationXml param is 'true'. But this is not stated in the docs or when using the help goal. I believe what's missing is this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:

    /**
     * Whether the application.xml should be generated or not.
     *
     * @parameter default-value="true"
     */
    private Boolean generateApplicationXml = Boolean.TRUE;


-- 
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: (MEAR-132) State default value for generateApplicationXml

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEAR-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll updated MEAR-132:
---------------------------------

    Fix Version/s: 2.5

> State default value for generateApplicationXml
> ----------------------------------------------
>
>                 Key: MEAR-132
>                 URL: http://jira.codehaus.org/browse/MEAR-132
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>         Environment: n/a
>            Reporter: Anders Hammar
>            Assignee: Stephane Nicoll
>             Fix For: 2.5
>
>
> The default value for the generateApplicationXml param is 'true'. But this is not stated in the docs or when using the help goal. I believe what's missing is this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:
>     /**
>      * Whether the application.xml should be generated or not.
>      *
>      * @parameter default-value="true"
>      */
>     private Boolean generateApplicationXml = Boolean.TRUE;

-- 
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] Work started: (MEAR-132) State default value for generateApplicationXml

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEAR-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MEAR-132 started by Stephane Nicoll.

> State default value for generateApplicationXml
> ----------------------------------------------
>
>                 Key: MEAR-132
>                 URL: http://jira.codehaus.org/browse/MEAR-132
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>         Environment: n/a
>            Reporter: Anders Hammar
>            Assignee: Stephane Nicoll
>             Fix For: 2.5
>
>
> The default value for the generateApplicationXml param is 'true'. But this is not stated in the docs or when using the help goal. I believe what's missing is this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:
>     /**
>      * Whether the application.xml should be generated or not.
>      *
>      * @parameter default-value="true"
>      */
>     private Boolean generateApplicationXml = Boolean.TRUE;

-- 
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: (MEAR-132) State default value for generateApplicationXml

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEAR-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll updated MEAR-132:
---------------------------------

    Affects Version/s: 2.4.2

> State default value for generateApplicationXml
> ----------------------------------------------
>
>                 Key: MEAR-132
>                 URL: http://jira.codehaus.org/browse/MEAR-132
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>         Environment: n/a
>            Reporter: Anders Hammar
>
> The default value for the generateApplicationXml param is 'true'. But this is not stated in the docs or when using the help goal. I believe what's missing is this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:
>     /**
>      * Whether the application.xml should be generated or not.
>      *
>      * @parameter default-value="true"
>      */
>     private Boolean generateApplicationXml = Boolean.TRUE;

-- 
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] Closed: (MEAR-132) State default value for generateApplicationXml

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEAR-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll closed MEAR-132.
--------------------------------

    Resolution: Fixed

> State default value for generateApplicationXml
> ----------------------------------------------
>
>                 Key: MEAR-132
>                 URL: http://jira.codehaus.org/browse/MEAR-132
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>         Environment: n/a
>            Reporter: Anders Hammar
>            Assignee: Stephane Nicoll
>             Fix For: 2.5
>
>
> The default value for the generateApplicationXml param is 'true'. But this is not stated in the docs or when using the help goal. I believe what's missing is this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:
>     /**
>      * Whether the application.xml should be generated or not.
>      *
>      * @parameter default-value="true"
>      */
>     private Boolean generateApplicationXml = Boolean.TRUE;

-- 
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: (MEAR-132) State default value for generateApplicationXml

Posted by "Anders Hammar (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEAR-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235594#action_235594 ] 

Anders Hammar commented on MEAR-132:
------------------------------------

Affected version is 2.4.2.

> State default value for generateApplicationXml
> ----------------------------------------------
>
>                 Key: MEAR-132
>                 URL: http://jira.codehaus.org/browse/MEAR-132
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>         Environment: n/a
>            Reporter: Anders Hammar
>
> The default value for the generateApplicationXml param is 'true'. But this is not stated in the docs or when using the help goal. I believe what's missing is this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:
>     /**
>      * Whether the application.xml should be generated or not.
>      *
>      * @parameter default-value="true"
>      */
>     private Boolean generateApplicationXml = Boolean.TRUE;

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