-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
bugSomething isn't workingSomething isn't workingpriority:blockerBlocks development and/or testing work, production could not runBlocks development and/or testing work, production could not run
Description
Affected version
HEAD
Bug description
At the very least this should be a specific subclass of runtime exception, but given that this likely indicates a problem in the input POMs it should probably be a checked exception.
if (cycle != null) {
throw new RuntimeException(new ProjectCycleException(
"The projects in the reactor contain a cyclic reference: " + cycle.getMessage(),
(CycleDetectedException) cycle.getException()));
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:blockerBlocks development and/or testing work, production could not runBlocks development and/or testing work, production could not run