thanks Guillaume. ----- Mail original ----- De: "Guillaume \"Louis-Marie\" Delhumeau [via XWiki]" <[email protected]> À: "wafid" <[email protected]> Envoyé: Mercredi 11 Juin 2014 16:36:33 Objet: Re: Maven errors 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 ? 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 _______________________________________________ If you reply to this email, your message will be added to the discussion below: http://xwiki.475771.n2.nabble.com/Maven-errors-tp7590867p7590995.html To unsubscribe from Maven errors, visit http://xwiki.475771.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe... -- View this message in context: http://xwiki.475771.n2.nabble.com/Maven-errors-tp7590867p7590997.html Sent from the XWiki- Users mailing list archive at Nabble.com.