You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by James CE Johnson <jc...@tragus.org> on 2003/04/17 15:50:39 UTC

reactor problem

Hi,

I've got a project with a few sub-projects. At the top-level I use the
reactor to build the sub-projects:

  <goal name="deploy-all"
        description="Deploy each project's workspace">

    <maven:reactor basedir="${basedir}"
                     includes="*/project.xml"
                     goals="master-deploy"
                     banner="Deploying project"
                     ignoreFailures="false"
                     />
  </goal>

There are times (I can't really predict them) when during the middle of
one of the sub-project builds maven can't find a goal:


BUILD FAILED
null:68:24: <maven:reactor> Goal [jboss-jmx:deploy-ear] has no action
definition.


The 'jboss-jmx:deploy-ear' goal is in a locally created plugin.

If I cd into the subproject and invoke the 'master-deploy' goal everything
works fine.

Clues?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org