Skip to content

Commit

Permalink
Plugin repository required for PMD to obtain cdk-build-util.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jun 10, 2014
1 parent 200c603 commit 59ab922
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Expand Up @@ -375,6 +375,24 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>ebi-repo</id>
<name>EBI Maven Repository</name>
<url>
http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/
</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>


<!-- centralised versions for common dependencies -->
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 59ab922

Please sign in to comment.