No, it's not really a cycle; it's a cycle if you just look at groupId/artifactId - but not if you consider versions as well. API depends on a released version of Commons Testing and it seems that the CI Build uses the current build version instead of the one specified in the pom.
Carsten 2011/7/5 Bertrand Delacretaz <[email protected]>: > On Tue, Jul 5, 2011 at 2:22 PM, Carsten Ziegeler <[email protected]> wrote: >> Is there anything we can do about? >> >>> [INFO] The projects in the reactor contain a cyclic reference: Edge between >>> 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and >>> 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle >>> in the graph org.apache.sling:org.apache.sling.api --> >>> org.apache.sling:org.apache.sling.commons.testing --> >>> org.apache.sling:org.apache.sling.api > > I don't get this error when doing "mvn clean install" locally on trunk > revision 1143025 with Maven 3.0.2 - can you reproduce it? > > -Bertrand > -- Carsten Ziegeler [email protected]
