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 2003/12/10 11:22:57 UTC

[jira] Commented: (MAVEN-1069) Reactor bug loading sets of projects multiple times

The following comment has been added to this issue:

     Author: Mike Melia
    Created: Wed, 10 Dec 2003 4:21 AM
       Body:
Patch submitted
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1069


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1069
    Summary: Reactor bug loading sets of projects multiple times
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: 4 hours
 Time Spent: Unknown
  Remaining: 4 hours

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Mike Melia

    Created: Tue, 9 Dec 2003 11:34 PM
    Updated: Wed, 10 Dec 2003 4:21 AM
Environment: Win2k JDK 1.3.1

Description:
Response from dIon Gillard to post from Mike Melia to maven-users list.

------------------------------
I  believe there is a bug in the reactor loading a set of projects 
multiple times.

This affects multiproject, and at the moment, there is no fix.
-------------------------------


Original post from Mike Melia
-----------------------------------
I have an empty project with five subprojects.
I can successfully invoke Maven rc-1to attain the multiproject:install 
goal and I can successfully invoke Maven to invoke the multiproject:site 
goal.

What I cannot do is chain the two goals together 
e.g. maven multiproject:install multiproject:site

I get the following exception when I try:

Unable to obtain goal [site] -- 
file:/C:/dev/cibuild/ci/maven-1.0-rc1/plugins/ma
ven-site-plugin-1.3/:22:42: <attainGoal> Goal [xdoc:register-reports] has 
no act
ion definition.

If I try 
maven -Dgoal=install,site multiproject:goal 
I do generate the jars and the site docs for the subprojects, what I do 
not get is the site docs for the master project with the links to the 
subprojects.

I notice the similarities with a previous post (detailed below) and wonder 
if a fix is now available.



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