[ https://jira.codehaus.org/browse/MAVEN-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MAVEN-1280. --------------------------------- Resolution: Won't Fix Please refer to https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014 if you're wondering why this issue was closed out. > Support group ID in jar overrides > --------------------------------- > > Key: MAVEN-1280 > URL: https://jira.codehaus.org/browse/MAVEN-1280 > Project: Maven 1 > Issue Type: New Feature > Components: core, documentation > Affects Versions: 1.0-rc4 > Reporter: Archimedes Trajano > 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 was sent by Atlassian JIRA (v6.1.6#6162)