[ http://jira.codehaus.org/browse/MAVEN-1393?page=comments#action_51215 ] 

Manfred Mayer commented on MAVEN-1393:
--------------------------------------

I also think this would be a nice feature extension for Maven 1.1.  
I created a patch for the current 1.1-beta3-SNAPSHOT, which parses the string 
in <extend>${maven.repo.local}/aGroupId/poms/anArtifactId-version.pom</extend>
and tries to download "aGroupId/poms/anArtifactId-version.pom" with the common 
artifact-download-mechanism from the specified remote repositories to the local 
repository. It works fine. It also supports the SNAPSHOT mechanism.
IMHO this change is not very invasive. 

> Add the possibility to use parent pom present in repo
> -----------------------------------------------------
>
>          Key: MAVEN-1393
>          URL: http://jira.codehaus.org/browse/MAVEN-1393
>      Project: Maven
>         Type: New Feature
>     Reporter: Emmanuel Venisse
>      Fix For: 1.0.1

>
>
> For the extend tag, we can support http protocol, or another syntax like this 
> <extend>${repo}/aGroupId/poms/anArtifactId-version.pom</extend>. Personally, 
> I prefer the second solution.
> With this features, users can share default pom parameter between all their 
> projects, and it prepare the introduction of pom V4.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to