You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/25 10:27:13 UTC

[jira] Closed: (MAVEN-458) Make use of jar overrides rather than maven.repo.local

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Thu, 25 Sep 2003 3:26 AM

Plexus must've been fixed by Jason
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: 1 week

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

   Assignee: 
   Reporter: dion gillard

    Created: Tue, 3 Jun 2003 12:08 AM
    Updated: Thu, 25 Sep 2003 3:26 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org