Re: Maven 3 Plugin Development with Repository Queries

2014-08-05 Thread Dan Tran
h Maven 3.2.2. Fortunately, we can all use the same version in > our dev team. So once we decide to upgrade to Maven 3.2.2, we do not need > Maven 3.0.5 support anymore. > > Kind regards, > Johannes > > > > > Gesendet: Montag, 28. Juli 2014 um 20:49 Uhr > >

Re: Maven 3 Plugin Development with Repository Queries

2014-08-05 Thread Johannes Schneider
> Von: "Dan Tran" > An: "Maven Users List" > Betreff: Re: Maven 3 Plugin Development with Repository Queries > > I am interested on the query capability. However, I ended up to use > maven-dependency-tree and maven-compat to resolve artifacts. Take a look at >

Re: Maven 3 Plugin Development with Repository Queries

2014-07-28 Thread Dan Tran
I am interested on the query capability. However, I ended up to use maven-dependency-tree and maven-compat to resolve artifacts. Take a look at maven-dependency-plugin, maven-report-info-plugin, license-maven-plugin for various sample code. However, those are not directly deal with aether -D O

Maven 3 Plugin Development with Repository Queries

2014-07-28 Thread Johannes Schneider
Hi,   I am developing a plugin that needs to query the repositories. I'm using the Aether API because I thought that's the Maven 3 way to do it (cf. http://blog.sonatype.com/2011/01/how-to-use-aether-in-maven-plugins/) and because many of the Maven 2 methods are marked as deprecated. With Maven