diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -55,6 +55,55 @@ <!-- For using CXF with Maven --> <cxf.version>3.0.4</cxf.version> </properties> + + <!-- Plugins and repositories --> + <pluginRepositories> + <pluginRepository> + <id>central</id> + <url>http://repo1.maven.org/maven2</url> + </pluginRepository> + <pluginRepository> + <id>EvoSuite</id> + <name>EvoSuite Repository</name> + <url>http://www.evosuite.org/m2</url> + </pluginRepository> + </pluginRepositories> + <repositories> + <repository> + <id>AJSC</id> + <name>AJSC repository</name> + <url>https://mvnrepository.com/artifact/com.att.ajsc</url> + </repository> + <repository> + <id>restlet</id> + <name>maven reslet</name> + <url>https://maven.restlet.com/</url> + </repository> + + <repository> + <id>central</id> + <name>Maven 2 repository 2</name> + <url>http://repo2.maven.org/maven2/</url> + </repository> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>https://nexus.openecomp.org/content/repositories</url> + </repository> + <repository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>https://nexus.openecomp.org/content/repositories/snapshots/</url> + <snapshots> + <updatePolicy>always</updatePolicy> + </snapshots> + <releases> + <updatePolicy>always</updatePolicy> + </releases> + </repository> + + </repositories> + <!-- The standard build tasks for this project are inherited from the parent. Please do not override the build tasks. However tasks and/or profiles can |