Browse Source

Add explicit release disabled flag for artifactory for plugins

pull/6/head
Dave Syer 9 years ago
parent
commit
cbd398d7f6
  1. 8
      pom.xml

8
pom.xml

@ -165,6 +165,14 @@ @@ -165,6 +165,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>http://repo.spring.io/libs-release-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>

Loading…
Cancel
Save