It indicate central in the error only because that's the last repository it tried I think. We of course have everything we release in maven.xwiki.org so there is no really Maven does not find it.
On Wed, Jun 11, 2014 at 6:35 PM, Guillaume "Louis-Marie" Delhumeau <[email protected]> wrote: > xwiki-commons and xwiki-rendering 5.4.5 should be on maven central now. > > > 2014-06-11 17:02 GMT+02:00 Jeremie BOUSQUET <[email protected]>: > >> 2014-06-11 16:34 GMT+02:00 Guillaume "Louis-Marie" Delhumeau < >> [email protected]>: >> >> > It seems I haven't fully released xwiki-commons and xwiki-rendering 5.4.5 >> > on maven central. I just have done this. Don't we have them on our own >> > Maven repository ? >> > >> >> I see it in your nexus, with: >> Uploaded Date:Mon May 26 2014 11:05:53 >> >> Uploaded by "anonymous" which seems strange. >> >> I can't understand why it would try to get that one from central, and the >> others from nexus.xwiki.org, and why it wouldn't do the same for previous >> libraries ... >> But maybe you could also define the mirrors / mirrorOf * for >> nexus.xwiki.org >> repo in maven settings (ie, never go to central). That may not be a good >> idea, but as central seems to be proxified from nexus.xwiki, it should >> work. >> I didn't find any mirror recommendations on >> http://dev.xwiki.org/xwiki/bin/view/Community/Building . >> >> >> >> > Anyway, Wafid, it should be fixed within the next 2 hours... >> > >> > Sorry for that. >> > >> > Guillaume >> > >> > >> > 2014-06-11 16:23 GMT+02:00 wafid <[email protected]>: >> > >> > > >> > > settings.xml >> > > >> > > >> > > //********************************************************************* >> > > <settings> >> > > <profiles> >> > > <profile> >> > > <id>xwiki</id> >> > > >> > > <repositories> >> > > <repository> >> > > <id>xwiki-snapshots</id> >> > > <name>XWiki Nexus Snapshot Repository Proxy</name> >> > > <url> >> > http://nexus.xwiki.org/nexus/content/groups/public-snapshots >> > > </url> >> > > <releases> >> > > <enabled>false</enabled> >> > > </releases> >> > > <snapshots> >> > > <enabled>true</enabled> >> > > </snapshots> >> > > </repository> >> > > <repository> >> > > <id>xwiki-releases</id> >> > > <name>XWiki Nexus Releases Repository Proxy</name> >> > > <url>http://nexus.xwiki.org/nexus/content/groups/public</url> >> > > <releases> >> > > <enabled>true</enabled> >> > > </releases> >> > > <snapshots> >> > > <enabled>false</enabled> >> > > </snapshots> >> > > </repository> >> > > >> > > >> > > <repository> >> > > <id>xwiki-external</id> >> > > <name>XWiki Nexus External Repository Proxy</name> >> > > <url>http://nexus.xwiki.org/nexus/content/groups/public</url> >> > > <releases> >> > > <enabled>true</enabled> >> > > </releases> >> > > <snapshots> >> > > <enabled>false</enabled> >> > > </snapshots> >> > > </repository> >> > > >> > > >> > > >> > > </repositories> >> > > <pluginRepositories> >> > > <pluginRepository> >> > > <id>xwiki-plugins-snapshots</id> >> > > <name>XWiki Nexus Plugin Snapshot Repository Proxy</name> >> > > <url> >> > http://nexus.xwiki.org/nexus/content/groups/public-snapshots >> > > </url> >> > > <releases> >> > > <enabled>false</enabled> >> > > </releases> >> > > <snapshots> >> > > <enabled>true</enabled> >> > > </snapshots> >> > > </pluginRepository> >> > > <pluginRepository> >> > > <id>xwiki-plugins-releases</id> >> > > <name>XWiki Nexus Plugin Releases Repository Proxy</name> >> > > <url>http://nexus.xwiki.org/nexus/content/groups/public</url> >> > > <releases> >> > > <enabled>true</enabled> >> > > </releases> >> > > <snapshots> >> > > <enabled>false</enabled> >> > > </snapshots> >> > > </pluginRepository> >> > > </pluginRepositories> >> > > </profile> >> > > </profiles> >> > > <activeProfiles> >> > > <activeProfile>xwiki</activeProfile> >> > > </activeProfiles> >> > > </settings> >> > > >> > > >> > > >> > > >> > > -- >> > > View this message in context: >> > > http://xwiki.475771.n2.nabble.com/Maven-errors-tp7590867p7590992.html >> > > Sent from the XWiki- Users mailing list archive at Nabble.com. >> > > _______________________________________________ >> > > users mailing list >> > > [email protected] >> > > http://lists.xwiki.org/mailman/listinfo/users >> > > >> > _______________________________________________ >> > users mailing list >> > [email protected] >> > http://lists.xwiki.org/mailman/listinfo/users >> > >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
