You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Davy Toch <Da...@belgacom.net> on 2006/11/06 11:12:54 UTC

[M2] cyclic dependency M2 'plugins' trunk between checkstyle and javadoc plugin.

Hi,

I rebuilt the M2 'core' trunk without a problem (2.1-SNAPSHOT).
However, when trying to build the M2 'plugins' trunk afterwards
(requires maven 2.1-SNAPSHOT), I get :

$set 
M2_HOME=c:\devtools\src\m2\trunk\core\maven-cli\target\maven-2.1-SNAPSHOT-bin\maven-2.1-SNAPSHOT
$cd c:\devtools\src\m2\trunk\plugins
$mvn
[INFO] Scanning for projects...
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge 
between 'Vertex{label='org.apache.maven.plugins:maven-javadoc-plugin'}' 
and 'Vertex{label='org.apache.maven.plugins:maven-checkstyle-
plugin'}' introduces to cycle in the graph 
org.apache.maven.plugins:maven-checkstyle-plugin --> 
org.apache.maven.plugins:maven-javadoc-plugin --> 
org.apache.maven.plugins:maven-checkstyle-plugin
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Nov 06 11:09:37 CET 2006
[INFO] Final Memory: 3M/6M
[INFO] 
------------------------------------------------------------------------
FATAL ERROR: Unable to configure the Maven application
For more information, run with the -e flag

Rerunning 'mvn' with the options '-X' or '-e' didn't show more
information. Also completely deleting ~/.m2 and restarting from scratch
didn't help.

Regards,
Davy Toch



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