The following issue has been updated:

    Updater: Brett Porter (mailto:[EMAIL PROTECTED])
       Date: Sat, 9 Aug 2003 7:30 AM
    Comment:
jdee plugin patch
    Changes:
             Attachment changed to MAVEN-458-jdee.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-458&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-458


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-458
    Summary: Make use of jar overrides rather than maven.repo.local
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 1 week

    Project: maven
   Fix Fors:
             1.0-final
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: dion gillard

    Created: Tue, 3 Jun 2003 12:08 AM
    Updated: Sat, 9 Aug 2003 7:30 AM
Environment: N/A

Description:
>From Brian Ewins:

There should be a serious health warning on this stuff. A bunch of the plugins iterate 
over dependencies, not artifacts. This means they don't "know" the path to the 
dependency, and guess at ${maven.repo.local}/blah/blah. Jar overrides won't work for 
plugins that have done this.

$ find . -name '*.jelly'  | xargs grep -l maven.repo.local
../ant/plugin.jelly
../deploy/plugin.jelly
../ear/plugin.jelly
../eclipse/plugin.jelly
../ejb/plugin.jelly
../idea/plugin.jelly
../jar/plugin.jelly
../jbuilder/plugin.jelly
../jdee/plugin.jelly
../jnlp/plugin.jelly
../native/plugin.jelly
../plexus/plugin.jelly
../plugin/plugin.jelly
../pom/plugin.jelly
../runner/plugin.jelly
../uberjar/plugin.jelly
../war/plugin.jelly

Some of the plugins listed above are ok, eg 'jar' uses maven.repo.local in its 
'install' target in a legal way, but this will bite you eventually if you use jar 
overrides. I can't think of an example above where the iteration over artifacts is 
necessary, its something that should be fixed...

-Baz 


---------------------------------------------------------------------
JIRA INFORMATION:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to