You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/05/16 09:53:39 UTC

[jira] Updated: (MAVEN-1280) Support group ID in jar overrides

     [ http://jira.codehaus.org/browse/MAVEN-1280?page=all ]

Brett Porter updated MAVEN-1280:
--------------------------------

    Fix Version:     (was: 1.1-beta-1)
                 1.1-beta-2

> Support group ID in jar overrides
> ---------------------------------
>
>          Key: MAVEN-1280
>          URL: http://jira.codehaus.org/browse/MAVEN-1280
>      Project: maven
>         Type: New Feature
>   Components: core, documentation
>     Versions: 1.0-rc4
>     Reporter: Archimedes Trajano
>      Fix For: 1.1-beta-2
>  Attachments: ArtifactListBuilder-2.patch, ArtifactListBuilder-3.patch, ArtifactListBuilder.patch, eclipse-classpath-jelly.patch, project-descriptor.xml, user-guide.xml
>
>
> Maven should add support for project local dependencies where a jar file is stored in one of the lib folders in the project.
> Currently there is undocumented support for it using maven.jar.<id> however the use of <id> is deprecated and should be removed.
> Another way I can think of is to use the properties project.path and local.path
> project.path == dependency relative to the location of the project.xml file.  This ensures that you are on the right file by using getParent of the project.getFile() method.
> local.path == dependency wherever on the system (just like maven.jar)
> This would help speed up migration of ant projects to maven projects.

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