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
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/
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
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?
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