Re: Maven plugin for dependency resolution

2011-12-22 Thread Marek Psiuk
tractLicenseVerifierPlugIn.java > > Or take a look at the Maven-dependency-plugin...code...might be a better > place... > > Kind regards > Karl Heinz Marbaise > > - > Kind regards > Karl Heinz Marbaise > > http://www.soebes.de > http://www.skmwiki.de &g

Re: Maven plugin for dependency resolution

2011-12-22 Thread Karl Heinz Marbaise
.com/Maven-plugin-for-dependency-resolution-tp5093256p5094161.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mai

Maven plugin for dependency resolution

2011-12-21 Thread Marek Psiuk
Hello, I am working on a maven plugin which is supposed to write a list of dependencies (all dependencies, also transitive ones) of the current artifact to the file. All those dependencies are OSGi bundles which are used in the following step in a pax runner to launch OSGi environment. I found aet