The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 4 Aug 2003 11:10 AM
    Changes:
             timeoriginalestimate changed from 0
             timeestimate changed from 0 minutes
             Fix Version changed to 1.0-final
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-257&page=history

---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-257
    Summary: Reactor problem with some plugins
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             maven-reactor-plugin
   Fix Fors:
             1.0-final
   Versions:
             1.0-beta-8

   Assignee: Ben Walding
   Reporter: Julien S

    Created: Fri, 7 Feb 2003 7:30 AM
    Updated: Mon, 4 Aug 2003 11:10 AM
Environment: Linux, all JVMs (probably not environment specific though)

Description:
Not sure whether it's a reactor bug or a bug in various plugins, but the problem is 
the following:

I have many subprojects, and a top-level reactor which is simply calling the goals of 
the subprojects.

All the goals work fine when maven is called from the subprojects directory, but some 
fail when called from the reactor, in particular, checkstyle fails (the LICENSE.txt 
file is not found) and clover fails (nothing happens). I have not tested all the 
goals, but in general it seems that plugins are looking for files in the top-level 
directory instead or looking for them in the subproject directories.

The reactor is always called quite simply:
  <goal name="somegoal">
    <maven:reactor
      basedir="${basedir}"
      includes="*/project.xml"
      goals="somegoal"
    />
  </goal>

The behavior is different for at least checkstyle and clover, depending on whether I 
call "maven somegoal" for the top-level dir, or "maven somegoal" from each subdir.
 


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