Skip to content

Commit

Permalink
Add plugin snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jul 24, 2015
1 parent 486fc3b commit 27f2a30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-libs-snapshots</id>
<url>http://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-libs-milestones</id>
<url>http://repo.spring.io/libs-milestone-local</url>
Expand Down

0 comments on commit 27f2a30

Please sign in to comment.