I have a subproject that is dependent on the parent project, and the
parent project is dependent on the sub project. This doesn't cause a
problem normally, because there are jars of both, and they both just use
each others jars. However, when running the following goal from the main
project I get the error below. Any suggestions?
GOAL:
<goal
name="project-site"
description="Generate the site for the entire project">
<!-- Generate the site for each of the components. -->
<maven:reactor
basedir="${basedir}"
postProcessing="true"
includes="*/project.xml,project.xml"
goals="site:deploy"
banner="Generating Site"
ignoreFailures="true"/>
</goal>
ERROR:
BUILD FAILED
File...... file:/home/maven/Documents/Hub/
Element... maven:reactor
Line...... 19
Column.... 30
A cycle has been detected from the initial goal [MQPlugin:MQPlugin]
Total time: 20 seconds
Finished at: Mon Dec 15 16:59:13 EST 2003
Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]