Project properties, project.artifactId and project.version, are incorrectly 
translated when use defined in a parent POM.
------------------------------------------------------------------------------------------------------------------------

                 Key: MNG-3075
                 URL: http://jira.codehaus.org/browse/MNG-3075
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.0.7, 2.0.6
            Reporter: Paul Spencer


I have defined the <scm> and <distributionManagement> tags in a parent POM.  
The definitions in the parent POM use ${project.artifactId} and 
${project.version}.  The problem is the resulting POM has incorrect tags.

As an example: When the master POM contains the following configuration, the 
distribution site url for the "bad-effective-pom" project is 
scp://developer.foo.com/developer-foo-com/projects/bad-effective-pom/1.0-SNAPSHOT/bad-effective-pom

  <distributionManagement>
    <site>
      <id>foo-project-site</id>
      <name>Project Site</name>
      
<url>scp://developer.foo.com/developer-foo-com/projects/${project.artifactId}/${project.version}</url>
    </site>
  </distributionManagement>

As the level of POM inheritance increases, so do the problem.
A test case will be attached to this issue.

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

        

Reply via email to