[jira] Updated: (MNG-1856) legacy layout tag in a profile does not show up in child pom.

2006-02-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1856?page=all ]

John Casey updated MNG-1856:


Fix Version: (was: 2.0.3)
 2.0.4

 legacy layout tag in a profile does not show up in child pom.
 -

  Key: MNG-1856
  URL: http://jira.codehaus.org/browse/MNG-1856
  Project: Maven 2
 Type: Bug

   Components: Inheritence and Interpolation
 Versions: 2.0.1
  Environment: Windows XP
 Reporter: Mark Donszelmann
 Priority: Minor
  Fix For: 2.0.4



 the legacy layout tag in a profile does not show up in an inherited pom.
 Given the following pom.xml:
 project
   modelVersion4.0.0/modelVersion
   groupIdxxx/groupId
   artifactIdyyy/artifactId
   version1.0-SNAPSHOT/version
   packagingpom/packaging
   profiles
 profile
   idmaven-1/id
   activation
 property
   namemaven1/name
 /property
   /activation
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
   layoutlegacy/layout
 /repository
   /distributionManagement
 /profile
   /profiles
 /project
 gives for:
 mvn projecthelp:effective-pom -Dmaven1
 the following result:
 ...
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
   layoutlegacy/layout
 /repository
   /distributionManagement
 /project
 which is CORRECT, however if I inherit from this pom with the following 
 pom.xml:
 project
   parent
 groupIdxxx/groupId
 artifactIdyyy/artifactId
 version1.0-SNAPSHOT/version
   /parent
   modelVersion4.0.0/modelVersion
   groupIduuu/groupId
   artifactIdvvv/artifactId
   version2.0-SNAPSHOT/version
 /project
 gives for:
 mvn projecthelp:effective-pom -Dmaven1
 the following result:
 ...
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
 /repository
   /distributionManagement
 /project
 which is INCORRECT, the layout tag is missing.
 This issue may be related to:
 http://jira.codehaus.org/browse/MNG-731
 http://jira.codehaus.org/browse/MNG-1756

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



[jira] Updated: (MNG-1856) legacy layout tag in a profile does not show up in child pom.

2006-02-16 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1856?page=all ]

John Casey updated MNG-1856:


Fix Version: (was: 2.0.3)
 2.0.4

 legacy layout tag in a profile does not show up in child pom.
 -

  Key: MNG-1856
  URL: http://jira.codehaus.org/browse/MNG-1856
  Project: Maven 2
 Type: Bug

   Components: Inheritence and Interpolation
 Versions: 2.0.1
  Environment: Windows XP
 Reporter: Mark Donszelmann
 Priority: Minor
  Fix For: 2.0.4



 the legacy layout tag in a profile does not show up in an inherited pom.
 Given the following pom.xml:
 project
   modelVersion4.0.0/modelVersion
   groupIdxxx/groupId
   artifactIdyyy/artifactId
   version1.0-SNAPSHOT/version
   packagingpom/packaging
   profiles
 profile
   idmaven-1/id
   activation
 property
   namemaven1/name
 /property
   /activation
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
   layoutlegacy/layout
 /repository
   /distributionManagement
 /profile
   /profiles
 /project
 gives for:
 mvn projecthelp:effective-pom -Dmaven1
 the following result:
 ...
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
   layoutlegacy/layout
 /repository
   /distributionManagement
 /project
 which is CORRECT, however if I inherit from this pom with the following 
 pom.xml:
 project
   parent
 groupIdxxx/groupId
 artifactIdyyy/artifactId
 version1.0-SNAPSHOT/version
   /parent
   modelVersion4.0.0/modelVersion
   groupIduuu/groupId
   artifactIdvvv/artifactId
   version2.0-SNAPSHOT/version
 /project
 gives for:
 mvn projecthelp:effective-pom -Dmaven1
 the following result:
 ...
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
 /repository
   /distributionManagement
 /project
 which is INCORRECT, the layout tag is missing.
 This issue may be related to:
 http://jira.codehaus.org/browse/MNG-731
 http://jira.codehaus.org/browse/MNG-1756

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



[jira] Updated: (MNG-1856) legacy layout tag in a profile does not show up in child pom.

2006-02-16 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1856?page=all ]

Brett Porter updated MNG-1856:
--

Fix Version: (was: 2.0.4)
 2.0.3

 legacy layout tag in a profile does not show up in child pom.
 -

  Key: MNG-1856
  URL: http://jira.codehaus.org/browse/MNG-1856
  Project: Maven 2
 Type: Bug

   Components: Inheritence and Interpolation
 Versions: 2.0.1
  Environment: Windows XP
 Reporter: Mark Donszelmann
 Priority: Minor
  Fix For: 2.0.3



 the legacy layout tag in a profile does not show up in an inherited pom.
 Given the following pom.xml:
 project
   modelVersion4.0.0/modelVersion
   groupIdxxx/groupId
   artifactIdyyy/artifactId
   version1.0-SNAPSHOT/version
   packagingpom/packaging
   profiles
 profile
   idmaven-1/id
   activation
 property
   namemaven1/name
 /property
   /activation
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
   layoutlegacy/layout
 /repository
   /distributionManagement
 /profile
   /profiles
 /project
 gives for:
 mvn projecthelp:effective-pom -Dmaven1
 the following result:
 ...
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
   layoutlegacy/layout
 /repository
   /distributionManagement
 /project
 which is CORRECT, however if I inherit from this pom with the following 
 pom.xml:
 project
   parent
 groupIdxxx/groupId
 artifactIdyyy/artifactId
 version1.0-SNAPSHOT/version
   /parent
   modelVersion4.0.0/modelVersion
   groupIduuu/groupId
   artifactIdvvv/artifactId
   version2.0-SNAPSHOT/version
 /project
 gives for:
 mvn projecthelp:effective-pom -Dmaven1
 the following result:
 ...
   distributionManagement
 repository
   idmaven-1-repo/id
   nameMaven1 Repository/name
   urlsftp://.../url
 /repository
   /distributionManagement
 /project
 which is INCORRECT, the layout tag is missing.
 This issue may be related to:
 http://jira.codehaus.org/browse/MNG-731
 http://jira.codehaus.org/browse/MNG-1756

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