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

[jira] Created: (MEAR-133) Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2

Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2
-----------------------------------------------------------------------------------------

                 Key: MEAR-133
                 URL: http://jira.codehaus.org/browse/MEAR-133
             Project: Maven 2.x Ear Plugin
          Issue Type: Improvement
    Affects Versions: 2.4.2
            Reporter: detollenaere Mathieu


With a big ear project with a lot of direct or transitive dependencies, it is becoming really long and a source of errors when a transitive dependency is changing.It's necessarly for my application server (JBoss) to add the jar modules in the application.xml.

This problem was solved and patched for version 2.3.2 (new property "includeLibInApplicationXml")-> http://jira.codehaus.org/browse/MEAR-86

It works fine with version 2.3.2 but when I want to use version 2.4.2, the new property doesn't work. 

Is this patch not included to version 2.4.2 ? It could be nice to apply it if not.




-- 
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-133) Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2

Posted by "detollenaere Mathieu (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEAR-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246123#action_246123 ] 

detollenaere Mathieu commented on MEAR-133:
-------------------------------------------

You're right!

In fact, I just discover that my eclipse project add an application.xml after building in src/main/application/META-INF. This application.xml doesn't contain any transitive dependency. So after that, when I package again, maven take this "eclipse application.xml" in the ear.

Sorry for this misunderstanding.

Thanks for your time.

> Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2
> -----------------------------------------------------------------------------------------
>
>                 Key: MEAR-133
>                 URL: http://jira.codehaus.org/browse/MEAR-133
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>            Reporter: detollenaere Mathieu
>            Assignee: Stephane Nicoll
>
> With a big ear project with a lot of direct or transitive dependencies, it is becoming really long and a source of errors when a transitive dependency is changing.It's necessarly for my application server (JBoss) to add the jar modules in the application.xml.
> This problem was solved and patched for version 2.3.2 (new property "includeLibInApplicationXml")-> http://jira.codehaus.org/browse/MEAR-86
> It works fine with version 2.3.2 but when I want to use version 2.4.2, the new property doesn't work. 
> Is this patch not included to version 2.4.2 ? It could be nice to apply it if not.

-- 
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-133) Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2

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

Stephane Nicoll closed MEAR-133.
--------------------------------

    Resolution: Not A Bug

> Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2
> -----------------------------------------------------------------------------------------
>
>                 Key: MEAR-133
>                 URL: http://jira.codehaus.org/browse/MEAR-133
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>            Reporter: detollenaere Mathieu
>            Assignee: Stephane Nicoll
>
> With a big ear project with a lot of direct or transitive dependencies, it is becoming really long and a source of errors when a transitive dependency is changing.It's necessarly for my application server (JBoss) to add the jar modules in the application.xml.
> This problem was solved and patched for version 2.3.2 (new property "includeLibInApplicationXml")-> http://jira.codehaus.org/browse/MEAR-86
> It works fine with version 2.3.2 but when I want to use version 2.4.2, the new property doesn't work. 
> Is this patch not included to version 2.4.2 ? It could be nice to apply it if not.

-- 
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-133) Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEAR-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246055#action_246055 ] 

Stephane Nicoll commented on MEAR-133:
--------------------------------------

what do you mean, it does not work? The property was never removed.

> Add the property "includeLibInApplicationXml" available in version 2.3.2 to version 2.4.2
> -----------------------------------------------------------------------------------------
>
>                 Key: MEAR-133
>                 URL: http://jira.codehaus.org/browse/MEAR-133
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4.2
>            Reporter: detollenaere Mathieu
>
> With a big ear project with a lot of direct or transitive dependencies, it is becoming really long and a source of errors when a transitive dependency is changing.It's necessarly for my application server (JBoss) to add the jar modules in the application.xml.
> This problem was solved and patched for version 2.3.2 (new property "includeLibInApplicationXml")-> http://jira.codehaus.org/browse/MEAR-86
> It works fine with version 2.3.2 but when I want to use version 2.4.2, the new property doesn't work. 
> Is this patch not included to version 2.4.2 ? It could be nice to apply it if not.

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