Hi Thorsten, that fixed my problem...
Greetz Xander Thorsten Heit-3 wrote: > > Hi, > >> ---------------------------------------------------------- >> settings.xml contains: >> ---------------------------------------------------------- >> <mirrors> >> <mirror> >> <id>AP400 Internal</id> >> <url>http://sv006.ap400.lan/maven-repos/</url> >> </mirror> > > If that's your local repository should should put that in a <repositories> > section, not in <mirrors>: > > <profiles> > <profile> > <repositories> > <repository> > <id>AP400 Internal</id> > <url>http://sv006.ap400.lan/maven-repos/</url> > <snapshots> > <enabled>{true or false, depending on your settings}</enabled> > </snapshots> > <releases> > <enabled>{true or false, depending on your settings}</enabled> > </releases> > </repository> > </repositories> > ... > </profile> > </profiles> > > > HTH > > Thorsten > -- View this message in context: http://www.nabble.com/Master--%3E-Child-POM-tf3432285s177.html#a9572171 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
