The following comment has been added to this issue:
Author: Rafal Krzewski
Created: Thu, 21 Aug 2003 2:58 AM
Body:
Do you mean defining custom URL schema for refferring to artifacts
available through maven?
If we decide to do that, that notation should be also used for
declaring dependencies, right?
We would need something like that to express all the information:
maven:<groupId>/<artifactId>/<artifactType>/<version>
How would it look in practice?
<extends>maven:myproject/myproject-common/pom/1.0</extends>
...
<dependencies>
<dependency>
<location>maven:ant/ant/jar/1.5</location>
</dependency>
</dependencies>
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-699
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-699
Summary: add a posibility to extend a project by specifying it's groupId,
artifactId and version
Type: New Feature
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
Requested POM Additions
Assignee:
Reporter: Rafal Krzewski
Created: Wed, 20 Aug 2003 9:10 AM
Updated: Wed, 20 Aug 2003 9:10 AM
Description:
I propose the following alternative to <extend>project.xml path</extend>
<extendProject>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
</extendProject>
It would look up the pom in the repo (and download it if neccessary).
IMO it's more flexible than relying on filesystem paths.
---------------------------------------------------------------------
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]