diff options
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index e6f381cd8c..388cabd0d5 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -53,6 +53,11 @@ <name>apache releases repo</name> <url>https://repository.apache.org/content/repositories/releases</url> </repository> + <repository> + <id>apache-staging-repo</id> + <name>apache staging repo</name> + <url>https://repository.apache.org/content/repositories/staging</url> + </repository> </repositories> <modules> |