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/10/06 03:53:12 UTC

[jira] Closed: (MAVEN-1390) POM example doco is non-portable

     [ http://jira.codehaus.org/browse/MAVEN-1390?page=all ]
     
Brett Porter closed MAVEN-1390:
-------------------------------

     Resolution: Won't Fix
    Fix Version:     (was: 1.1-rc1)

now that we deploy the resolved pom, this is unnecessary for that use case.

It's still an issue for checking out projects in isolation, but the feature is present in m2.

> POM example <extends> doco is non-portable
> ------------------------------------------
>
>          Key: MAVEN-1390
>          URL: http://jira.codehaus.org/browse/MAVEN-1390
>      Project: Maven
>         Type: Improvement
>     Reporter: John Casey
>     Priority: Blocker

>
>
> In the documentation for the POM, the example includes:
> <extends>${basedir}/../project.xml</extends>
> which will wreak havoc on any attempts to use the pom without having the parent project's files on hand. This means that this pom is next to useless, unless we can first checkout the parent project from scm or somesuch. The scm info is in the POM, so you see a circle beginning to emerge...
> We should change this example to be:
> <extends>${maven.repo.local}/${pom.groupId}/poms/${pom.id}-${pom.currentVersion}.pom</extends>
> where all pom.* values are filled in manually with the actual values.

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