You will have trouble getting snapshots with your settings because you are only
mirroring central which is not enabled for snapshots. You want to use something
like this:
<settings>
<mirrors>
<mirror>
<mirror>
<!--This sends everything to /public -->
<id>nexus</id>
<mirrorOf>*</mirrorOf>
<url>http://localhost:8081/nexus/content/groups/public</url>
</mirror>
</mirrors>
<profiles>
<profile>
<id>development</id>
<repositories>
<repository>
<id>central</id>
<url>http://central</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>http://central</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>development</activeProfile>
</activeProfiles>
</settings>
-----Original Message-----
From: Jens Rapp [mailto:[email protected]]
Sent: Monday, February 02, 2009 1:32 AM
To: Maven Users List
Subject: Re: RE: nexus can't find maven-archetype-plugin?
well, here's my settings.xml- couldn't send it earlier.
I'm just using the standard repositories which are configured in nexus.
-------- Original-Nachricht --------
> Datum: Thu, 29 Jan 2009 15:16:04 -0500
> Von: "Brian E. Fox" <[email protected]>
> An: "Maven Users List" <[email protected]>
> Betreff: RE: nexus can\'t find maven-archetype-plugin?
> Little hard to diagnose with that info. How is your settings.xml setup?
> What repos are in your group? What exactly is maven saying (log)?
>
> We have a nexus user list where your questions will be noticed quicker:
> http://nexus.sonatype.org/dev/mailing-lists.html
>
> -----Original Message-----
> From: Jens Rapp [mailto:[email protected]]
> Sent: Wednesday, January 28, 2009 4:17 AM
> To: [email protected]
> Subject: nexus can't find maven-archetype-plugin?
>
> hi,
> i'm playing around with nexus as repository manager and now have a
> little
> problem: the maven-archetype-plugin can't be found. most of the other
> plugins work maven uses the standard public repository group in nexus.
> what do i have to do for being able to use em all???
>
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen:
> http://www.gmx.net/de/go/multimessenger
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
--
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL für nur 17,95
Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]