You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/06 14:25:46 UTC

[jira] Closed: (MPMULTIPROJECT-32) Multiproject and properties inheritance issue

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 6 Jul 2004 8:25 AM

test case succeeds with fix for MAVEN-1296
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPMULTIPROJECT-32

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPMULTIPROJECT-32
    Summary: Multiproject and properties inheritance issue
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-multiproject-plugin
   Versions:
             1.3

   Assignee: Brett Porter
   Reporter: Carlos Sanchez

    Created: Wed, 2 Jun 2004 7:09 PM
    Updated: Tue, 6 Jul 2004 8:25 AM
Environment: Maven 1.0-rc3 WinXP

Description:
I have some projects 
common/all
common/model extends common/all
common/webapp extends common/model
party/model extends common/model
party/webapp extends common/webapp
doc extends common/all

Some properties are set in a project.properties file in common/all (for example maven.test.skip=true).

When calling multiproject from the "doc" subproject (which calls all projects), properties defined in "common/all" are not available to the party/model and party/webapp

If I define the properties in the "doc" project.properties everything seems ok.
If I run multiproject from common/all everything also seems ok.



---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org