You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Natalie Burdick (JIRA)" <ji...@codehaus.org> on 2005/08/30 01:05:02 UTC

[jira] Created: (MNG-804) Maven.jar.overrid

Maven.jar.overrid
-----------------

         Key: MNG-804
         URL: http://jira.codehaus.org/browse/MNG-804
     Project: Maven 2
        Type: Sub-task
  Components: documentation  
 Reporter: Natalie Burdick
    Priority: Minor


refer to:
http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e

to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

Allan Ramirez updated MNG-804:
------------------------------

    Attachment: m1-m2-changes-b.apt

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

John Casey updated MNG-804:
---------------------------

    Fix Version:     (was: 2.0.3)
                 documentation

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: documentation
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-804) maven.jar.override usage in m2

Posted by "Natalie Burdick (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-804?page=comments#action_52990 ] 

Natalie Burdick commented on MNG-804:
-------------------------------------

Please note the the text wrapping is not correct -- should not be so much space after 'repository'  and 'issues'

use formatting below:

In Maven 1.0, the maven.jar.override property allowed users to use artifacts outside the maven local repository. Maven 2 now enforces the best practice of storing all artifacts in a single repository, to optimize performance, reduce storage management requirements and mitigate issues related to building projects that are dependent on a particular user's  environment.

Please change formatting here: 

    To override a jar's version, enter the dependency's version in the \<dependencyManagement\>.

    Maven 2.0 uses \<dependencyManagement\> to specify and manage all dependency information.  

    Here is a snippet on how to declare it on the pom.xml.

to:

    To override a jar's version, enter the dependency's version in the \<dependencyManagement\>.  Maven 2.0  
    uses \<dependencyManagement\> to specify and manage all dependency information.  

    Following is a sample showing how to declare dependencies in the pom.xml.

Please change formatting to following:

     Maven 2 uses a goal called install-file from the maven-install-plugin to override files.  The install-file goal 
     places the artifact in the local repository.  Please refer to 
     {{{http://docs.codehaus.org/display/MAVENUSER/FAQs}Maven user FAQs}} for more information on this 
     goal.


Lastly, you use 'goal' in one place but mechanism in another -- is this technically correct, i.e., are these different, or are they both goals?



> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

Allan Ramirez updated MNG-804:
------------------------------

    Attachment: m1-m2-changes.JPG

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

John Casey updated MNG-804:
---------------------------

    Fix Version:     (was: 2.0.1)
                 2.0.2

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Priority: Minor
>      Fix For: 2.0.2

>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-804) maven.jar.override usage in m2

Posted by "Raymond Manaloto (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-804?page=comments#action_50054 ] 

Raymond Manaloto commented on MNG-804:
--------------------------------------

More documentation on ways to do jar overriding would be greatly appreciated.

I am starting a new project and would like the build system to be based on maven 2. One of the issues I am stuck on is that there are some third party jars that we need to use and I would like to be able to use something like maven.jar.override like in maven 1. 

I would like all 3rd party jars not in the main remote repository to be just put in a lib directory we have in CVS and declare these 3rd party jars as ones that need to be overriden. So, if a new team member comes into the project he/she will not have to run any imports to the local repository and instead be able to run the maven 2 project out of the box without any tricky pre-steps.

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Priority: Minor
>      Fix For: 2.0.1

>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

Allan Ramirez updated MNG-804:
------------------------------

    Attachment: m1-m2-changes-c.apt

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "Natalie Burdick (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

Natalie Burdick updated MNG-804:
--------------------------------

    Attachment: m1-m2-changes (revised).txt

note, this is just a txt file, as I don't know what app I need to generate an apt file...

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-804) maven.jar.override usage in m2

Posted by "Natalie Burdick (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-804?page=comments#action_52901 ] 

Natalie Burdick commented on MNG-804:
-------------------------------------

Allan -- please see the file attached and note that I have a few outstanding questions (refer to the ???) in the text --

a) see line:

"In Maven 1.0, the maven.jar.override property allowed users to store artifacts outside the ??? repository." -- please include a descriptor for this repository as it is the first time it is mentioned in the document

b) see line:

"     To override a jar's version, enter the dependency's version in the \<dependencyManagement\> ???." -- please incude a definition of what this is in Maven syntax -- then update the "...for more information on this ???." line as well

c) review all other changes and note emphasis on using a standard format for content that we will reuse, also note that items should be spelled out in headings/headlines/Subheads, and not abbreviated in body text until defined


> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-804) maven.jar.override usage in m2

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

Brett Porter commented on MNG-804:
----------------------------------

there is already a guide on dependency management, but what we really need is a doc that points m1 users at changes.

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Priority: Minor
>      Fix For: 2.0.1

>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

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

Brett Porter updated MNG-804:
-----------------------------

    Fix Version: 2.0
        Summary: maven.jar.override usage in m2  (was: Maven.jar.overrid)

there are two cases to address:
- file based overrides (no longer supported - explain why and alternatives)
- version overrides (use dependencyManagement)

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation
>     Reporter: Natalie Burdick
>     Priority: Minor
>      Fix For: 2.0

>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-804) maven.jar.override usage in m2

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]
     
Allan Ramirez closed MNG-804:
-----------------------------

    Resolution: Fixed

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: documentation
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-804) maven.jar.override usage in m2

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-804?page=comments#action_53049 ] 

Allan Ramirez commented on MNG-804:
-----------------------------------

ok.. will do

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-804) maven.jar.override usage in m2

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-804?page=all ]

Allan Ramirez updated MNG-804:
------------------------------

    Attachment: m1-m2-changes.apt

For review

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task
>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-804) maven.jar.override usage in m2

Posted by "Natalie Burdick (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-804?page=comments#action_53029 ] 

Natalie Burdick commented on MNG-804:
-------------------------------------

Thx Allan -- looks ready to submit for posting -- but before doing so, can you check Jira to see if there are any other documentation requests related to changes between M2 and M1?  if none, go ahead and submit.

> maven.jar.override usage in m2
> ------------------------------
>
>          Key: MNG-804
>          URL: http://jira.codehaus.org/browse/MNG-804
>      Project: Maven 2
>         Type: Sub-task

>   Components: documentation - general
>     Reporter: Natalie Burdick
>     Assignee: Allan Ramirez
>     Priority: Minor
>      Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3c9e3862d805082818366d1831d2@mail.gmail.com%3e
> to document that unlike m1, m2 no longer allow jar overrides via the maven.jar.override property

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org