Thank you very much!!! That worked!
ib22841 wrote: > > > gnodet wrote: >> >> You need to set up a maven proxy to redirect calls to servicemix.org >> which is not available. >> > > hi, > the problem is obviously that the domain name servicemix.org wasn't paid > in time. This was discussed in > http://www.nabble.com/BUILD-ERROR-FROM-MAVEN-maven-metadata-servicemix-m2-repo.xml-t3734366s12049.html#a10455688, > and as proposed there, I've set up the mirror for maven repository on > servicemix.org in my ~/.m2/settings.xml: > > <!-- Mirror the servicemix.org Repository --> > <mirrors> > <mirror> > <id>apache-incubating</id> > <name>Apache Repository</name> > <url>http://people.apache.org/repo</url> > <mirrorOf>servicemix-m2-repo</mirrorOf> > </mirror> > </mirrors> > > it works well for me > > > -- View this message in context: http://www.nabble.com/jbi-maven-plugin-BUILD-ERROR-tf3754192s12049.html#a10622494 Sent from the ServiceMix - User mailing list archive at Nabble.com.
