Skip to content
Snippets Groups Projects
Commit 28d59aab authored by Eduard Moraru's avatar Eduard Moraru
Browse files

XWIKI-10545: Use the snapshots extension repository by default for snapshot builds

- Removed the previous implementation, since it was causing problems for tests that must run fully offline
parent cd394bdc
Loading
......@@ -465,15 +465,6 @@ rendering.transformations = $xwikiRenderingTransformations
#-#
#-# To not have any repository enabled (including disabling default repositories) you can explicitly make this list empty:
# extension.repositories=
## If this is a development build (snapshot), then make sure to include the XWiki Maven Snapshot Repository by
## default for easier testing and development. Released builds will not have this and will use the above default values.
#if ($project.version.endsWith('-SNAPSHOT'))
#-#
#-# Note: This is a development build. Using the XWiki Maven Snapshot Repository by default.
extension.repositories=maven-xwiki-snapshot:maven:http://nexus.xwiki.org/nexus/content/groups/public-snapshots
extension.repositories=maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/groups/public
extension.repositories=extensions.xwiki.org:xwiki:http://extensions.xwiki.org/xwiki/rest/
#end
#-# [Since 2.5]
#-# The directory where extensions are stored after being downloaded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment