diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-07-26 15:14:38 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-07-26 15:14:38 +0000 |
commit | 28fe9024b9214f93c1327e7abebdacb93c071734 (patch) | |
tree | 0c66fe3a29532b8c1a02042b27d0206e6b445d8b | |
parent | 47688dea76d92636f12af45c37f906cd505716fd (diff) | |
download | mocca-28fe9024b9214f93c1327e7abebdacb93c071734.tar.gz mocca-28fe9024b9214f93c1327e7abebdacb93c071734.tar.bz2 mocca-28fe9024b9214f93c1327e7abebdacb93c071734.zip |
add pluginRepository for maven 3
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1188 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -221,6 +221,25 @@ <url>http://repo1.maven.org/maven2/</url> </repository> </repositories> + <pluginRepositories> + <pluginRepository> + <id>maven-central</id> + <name>Maven Central Plugin Repository</name> + <url>http://repo1.maven.org/maven2</url> + <layout>default</layout> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <updatePolicy>never</updatePolicy> + </releases> + </pluginRepository> + <pluginRepository> + <id>mocca-joinup</id> + <name>MOCCA JoinUp</name> + <url>http://joinup.ec.europa.eu/site/mocca/m2/repository/</url> + </pluginRepository> + </pluginRepositories> <dependencies> <dependency> <groupId>org.slf4j</groupId> |