[ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.travel:travel.ui.apps:0.0.1-SNAPSHOT'}' and 'Vertex{label='com.travel:travel.core:0.0.1-SNAPSHOT'}' introduces to cycle in the graph com.travel:travel.core:0.0.1-SNAPSHOT --> com.travel:travel.all:0.0.1-SNAPSHOT --> com.travel:travel.ui.apps:0.0.1-SNAPSHOT --> com.travel:travel.core:0.0.1-SNAPSHOT @
[[1;31mERROR[m] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.travel:travel.ui.apps:0.0.1-SNAPSHOT'}' and 'Vertex{label='com.travel:travel.core:0.0.1-SNAPSHOT'}' introduces to cycle in the graph com.travel:travel.core:0.0.1-SNAPSHOT --> com.travel:travel.all:0.0.1-SNAPSHOT --> com.travel:travel.ui.apps:0.0.1-SNAPSHOT --> com.travel:travel.core:0.0.1-SNAPSHOT -> [1m[Help 1][m
[[1;31mERROR[m]
[[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
[[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging.
[[1;31mERROR[m]
[[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles:
[[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/ProjectCycleException
Solved! Go to Solution.
Views
Replies
Total Likes
you have a cyclic dependency, make sure you remove the dependency for com.travel:travel.all:0.0.1-SNAPSHOT
and you need core dependency only in ui.apps and travel.all POM.
ui.apps in travel.all POM.
you have a cyclic dependency, make sure you remove the dependency for com.travel:travel.all:0.0.1-SNAPSHOT
and you need core dependency only in ui.apps and travel.all POM.
ui.apps in travel.all POM.
Views
Likes
Replies