Hi,
I am facing a strange cyclic dependency problem, and would like to hear if
someone got any ideas...
I build using "multiproject", and get
A cycle has been detected from the initial goal
[excalibur-fortress:excalibur-fortress-tools]
The project.xml in fortress-tools can be boiled down to;
<project>
<extend>${basedir}/../project.xml</extend>
<name>Excalibur Fortress Tools</name>
<id>excalibur-fortress-tools</id>
<dependencies>
<dependency>
<groupId>excalibur-fortress</groupId>
<artifactId>excalibur-fortress-container-impl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</project>
And even though there is NO DEPENDENCIES in the
'excalibur-fortress-container-impl', I still get the above message.
There are no <dependencies> declared in the 'inherited' project.xml's.
What could it be?
Niclas
--
+---------//-------------------+
| http://www.bali.ac |
| http://niclas.hedhman.org |
+------//----------------------+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]