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/06/03 19:03:06 UTC

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

The following comment has been added to this issue:

     Author: Winston Rast
    Created: Thu, 3 Jun 2004 1:01 PM
       Body:
This sounds suspiciously similar to MAVEN-1296, where I have attached an example project that demonstrates the problem from my perspective.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPMULTIPROJECT-32?page=comments#action_20322

---------------------------------------------------------------------
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: Thu, 3 Jun 2004 1:01 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org