Re: Topologically sorted list of Artifacts for use by a plugin?

2014-01-07 Thread Laird Nelson
On Sun, Jan 5, 2014 at 3:24 PM, Martin Gainty mgai...@hotmail.com wrote: MG_01_05Thanks for taking time to 'think this through' More thinking and coding. Here's my final answer: https://github.com/ljnelson/maven-artifacts/blob/master/src/main/java/com/edugility/maven/Artifacts.java#L80 That

RE: Topologically sorted list of Artifacts for use by a plugin?

2014-01-05 Thread Martin Gainty
Date: Sat, 4 Jan 2014 16:11:02 -0800 Subject: Re: Topologically sorted list of Artifacts for use by a plugin? From: ljnel...@gmail.com To: users@maven.apache.org On Fri, Jan 3, 2014 at 6:17 PM, Martin Gainty mgai...@hotmail.com wrote: MGso I would say you are definitely on the right

Re: Topologically sorted list of Artifacts for use by a plugin?

2014-01-04 Thread Laird Nelson
On Fri, Jan 3, 2014 at 6:17 PM, Martin Gainty mgai...@hotmail.com wrote: MGso I would say you are definitely on the right track Thanks; I'm not sure I am. MGany reason for topological sorting of dependencies? In my original post, I wrote: (As background: I am working with Liquibase

Topologically sorted list of Artifacts for use by a plugin?

2014-01-03 Thread Laird Nelson
Hello; in Maven 3.0.5 and 3.1.x, what is the preferred way, given a MavenProject representing the current pom.xml/project, to obtain a list of its resolved dependency Artifacts in test scope that has been topologically sorted such that the Artifact at the head of the list has the fewest

Re: Topologically sorted list of Artifacts for use by a plugin?

2014-01-03 Thread Laird Nelson
On Fri, Jan 3, 2014 at 2:03 PM, Laird Nelson ljnel...@gmail.com wrote: Hello; in Maven 3.0.5 and 3.1.x, what is the preferred way, given a MavenProject representing the current pom.xml/project, to obtain a list of its resolved dependency Artifacts in test scope that has been topologically

RE: Topologically sorted list of Artifacts for use by a plugin?

2014-01-03 Thread Martin Gainty
Date: Fri, 3 Jan 2014 14:03:22 -0800 Subject: Topologically sorted list of Artifacts for use by a plugin? From: ljnel...@gmail.com To: users@maven.apache.org Hello; in Maven 3.0.5 and 3.1.x, what is the preferred way, given a MavenProject representing the current pom.xml/project, to obtain