Re: is it possible to search on an artifactid without a groupid in a mojo?

2011-10-16 Thread Baptiste MATHUS
Well, I haven't used it for some times, but looking for artifacts by groups or so is not an Aether feature, more like a maven-indexer one. Cheers Le 16 oct. 2011 10:34, "Ansgar Konermann" a écrit : > Am 16.10.2011 09:57 schrieb "Shaun Elliott" : > > > > Is it possible to search on an artifactid

Maven way of retrieving URL resources so that settings.xml/proxy is used?

2011-10-16 Thread Barrie Treloar
I'm not sure how to fix this, there is code already that attempts to use a URL by calling openConnection() e.g. URL url ... url.openConnection().getInputStream() The problem is that this fails when you are behind a firewall. [INFO] Unable to retrieve remote resource https://svn.apache.org/repos/

Re: Checkstyle plugin 2.8 release?

2011-10-16 Thread Olivier Lamy
Mark, I don't know if you follow commits logs but you have karma back :-) Let me know if you want to push the release. 2011/10/14 Mark Hobson : > That'd be great, thanks Olivier! > > Mark > > On 14 October 2011 08:26, Olivier Lamy wrote: >> Hello, >> I can probably do that around middle next week

Re: is it possible to search on an artifactid without a groupid in a mojo?

2011-10-16 Thread Ansgar Konermann
Am 16.10.2011 09:57 schrieb "Shaun Elliott" : > > Is it possible to search on an artifactid without a groupid in a mojo? > > I am using maven 3. I'd like to "search" for a given groupid in a mojo - > I've been using: ArtifactMetadataSource, but it is deprecated and doesn't > seem to have what I nee

is it possible to search on an artifactid without a groupid in a mojo?

2011-10-16 Thread Shaun Elliott
Is it possible to search on an artifactid without a groupid in a mojo? I am using maven 3. I'd like to "search" for a given groupid in a mojo - I've been using: ArtifactMetadataSource, but it is deprecated and doesn't seem to have what I need. Is there something else I should be using? Is what I'm