[ 
https://issues.apache.org/jira/browse/MYFACES-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498690#comment-13498690
 ] 

Mark Struberg commented on MYFACES-3649:
----------------------------------------

I added the implicit dependency and got the following:

[ERROR] The projects in the reactor contain a cyclic reference: Edge between 
'Vertex{label='org.apache.myfaces.core:myfaces-impl:2.1.10-SNAPSHOT'}' and 
'Vertex{label='org.apache.myfaces.core.internal:myfaces-impl-ee6:2.1.10-SNAPSHOT'}'
 introduces to cycle in the graph 
org.apache.myfaces.core.internal:myfaces-impl-ee6:2.1.10-SNAPSHOT --> 
org.apache.myfaces.core.internal:myfaces-shaded-impl:2.1.10-SNAPSHOT --> 
org.apache.myfaces.core:myfaces-impl:2.1.10-SNAPSHOT --> 
org.apache.myfaces.core.internal:myfaces-impl-ee6:2.1.10-SNAPSHOT -> [Help 1]

And guess what? Maven is right! We have a perfect build cycle which messes up 
all our releases.
                
> myfaces-shaded-impl always unpacks myfaces-2.1.1
> ------------------------------------------------
>
>                 Key: MYFACES-3649
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3649
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: build process
>    Affects Versions: 2.2.0, 2.1.9, 2.1.10
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Blocker
>
> myfaces-shared-impl hardcoded unpacks mf-2.1.1 right now. How can this work?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to