The following comment has been added to this issue:
Author: Dave Brondsema
Created: Thu, 3 Jul 2003 5:26 PM
Body:
I won't have access to the computer that has the files until monday, but here's what I
recall
project.xml
maven.xml
customerRebates/
project.xml
xdocs/
navigation.xml
copyOfCustomerRebates/
project.xml
xdocs/
navigation.xml
employeeAwards/
project.xml
xdocs/
navigation.xml
tasks.xml
The subprojects' project.xml files inherit from the project.xml in the root directory.
This follows the example from
http://maven.apache.org/reference/user-guide.html#POM%20Inheritance
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-546
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-546
Summary: reactor includes only one project
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
maven-reactor-plugin
Versions:
1.0-beta-9
Assignee:
Reporter: Dave Brondsema
Created: Thu, 3 Jul 2003 2:27 PM
Updated: Thu, 3 Jul 2003 2:27 PM
Environment: win2k, jdk131_06
Description:
<m:reactor
basedir="${basedir}"
postProcessing="true"
includes="*/project.xml"
excludes="tmp/*"
goals="site:generate,site:fsdeploy"
banner="Generating Site"
ignoreFailures="true"/>
This only matches one project.xml. If I explicitly list multiple project.xml files,
only the last one matches. None of them have dependencies. The same happens using
the deprecated 'glob' attribute.
---------------------------------------------------------------------
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]