users@jaxb.java.net

Maven2 plugins from the repo

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 25 Aug 2006 18:49:20 +0200

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>

Bye.
/lexi