Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add our snapshot repo to the list of pluginRepositories
  • Loading branch information
bobmcwhirter committed Nov 25, 2015
1 parent dcbc460 commit 7bed774
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -44,6 +44,19 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>projectodd-snapshots</id>
<name>Project:odd Snapshots from CI</name>
<url>https://repository-projectodd.forge.cloudbees.com/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<build>
<finalName>${project.artifactId}</finalName>
Expand Down

0 comments on commit 7bed774

Please sign in to comment.