Juraj Húska created RF-13630:
--------------------------------
Summary: RichFaces 4.5.x can not be built due to cyclic maven dependency
Key: RF-13630
URL:
https://issues.jboss.org/browse/RF-13630
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.5.0.Alpha3
Reporter: Juraj Húska
Priority: Critical
Building of
https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
There is a cyclic maven dependency:
{code}
[ERROR] The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}'
and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to
cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT -->
org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT -->
org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)