users@jaxb.java.net

Re: Maven2 plugins from the repo

From: Kostis Anagnostopoulos <ankostis_at_gmail.com>
Date: Fri, 25 Aug 2006 23:01:15 +0300

On 8/25/06, Aleksei Valikov <valikov_at_gmx.net> wrote:
> Hi folks,
>
> I've tries using a plugin directly from the maven2 dev.java.net repo, it does
> not seem to work - the plugin could not be found.
>
> Do I miss something in the config? Maven didn't even seem to access the repo for
> the plugin. The repository is configured within the projest.
> If I install the plugin manually, everything works just fine.
>
> That's what I have in the pom.xml of the project:
>
> ....
> <repositories>
> <repository>
> <id>maven2-repository.dev.java.net</id>
> <url>https://maven2-repository.dev.java.net/nonav/repository/</url>
> </repository>
> <repository>
> <id>maven-repository.dev.java.net</id>
> <url>https://maven-repository.dev.java.net/nonav/repository/</url>
> <layout>legacy</layout>
> </repository>
> </repositories>
> <build>
> <defaultGoal>install</defaultGoal>
> </build>
> </project>

I just tried mine and it works ok (my pom.xml have not the final slash):
    <url>https://maven2-repository.dev.java.net/nonav/repository</url>

I hope you are not behind a proxy ?
The "https" may not work if you are.

Regards,
  Kostis

>
> Bye.
> /lexi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>