GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/66
IVY-1545 Detect circular dependencies in POMs You can merge this pull request into a Git repository by running: $ git pull https://github.com/javabrett/ant-ivy IVY-1545 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant-ivy/pull/66.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #66 ---- commit dee9aa6d043d184a521f6ed970b71cbb3cab0b02 Author: Brett Randall <javabrett@...> Date: 2016-03-25T09:55:15Z Added logging to help diagnose a recursion StackOverflowError condition. commit 335be3eb2c9d2b10786dff790fb78206d1e31523 Author: Brett Randall <javabrett@...> Date: 2016-03-26T08:15:25Z Fixed two minor comment typos. commit 65b9650cbc7a4b8b9faa560a50eafa826fcd6fae Author: Brett Randall <javabrett@...> Date: 2016-03-26T02:12:20Z IVY-1545: Added tracking for a cycle in parent-POM ancestry, throw a CircularDependencyException if found. Added tests for cycles in parent ancestry and references-self as parent. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org