The following comment has been added to this issue:

     Author: Archimedes Trajano
    Created: Thu, 27 May 2004 1:01 PM
       Body:
Also its not documented in the list of properties here

http://maven.apache.org/reference/user-guide.html#Behavioural_Properties

I think most people if they find out about this list would go there to find out some 
of the core properties of maven and may not look further down.  That document is 
getting long already as well anyway, perhaps if it was broken down as well for the 
next release (though the long version of the page is still provided for printing 
purposes).
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1280?page=comments#action_20148

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1280

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1280
    Summary: Support project local dependencies
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
             documentation
   Fix Fors:
             1.1
   Versions:
             1.0

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Fri, 14 May 2004 5:15 AM
    Updated: Thu, 27 May 2004 1:01 PM

Description:
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.


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