Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-multiproject-plugin
   Versions:
             1.3

   Assignee: dion gillard
   Reporter: Carlos Sanchez

    Created: Wed, 2 Jun 2004 7:09 PM
    Updated: Wed, 2 Jun 2004 7:09 PM
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to