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/03/23 04:14:55 UTC

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

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Mon, 22 Mar 2004 10:13 PM

fixed by new plugin manager
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc1

   Assignee: Brett Porter
   Reporter: Mike Melia

    Created: Tue, 9 Dec 2003 11:34 PM
    Updated: Mon, 22 Mar 2004 10:13 PM
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