From beee0702b94ea25333b7f8926c26a4f5929e7f00 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 13 Jul 2011 10:07:51 +0200 Subject: [PATCH] Allow to configure url of maven snapshot repository --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 93f2612b0ee..2f02f9020e4 100644 --- a/pom.xml +++ b/pom.xml @@ -62,13 +62,14 @@ - codehaus.org + codehaus-releases dav:https://dav.codehaus.org/repository/sonar false - codehaus.org - dav:https://dav.codehaus.org/snapshots.repository/sonar + sonar-snapshots + + ${sonar.snapshotRepository.url} false -- 2.39.5