#44 - Declare Artifactory Maven plugin to be able to distribute build artifacts.

This commit is contained in:
Oliver Gierke
2016-01-28 15:03:37 +01:00
parent 4262bb777c
commit 0997cdebf7

15
pom.xml
View File

@@ -97,6 +97,21 @@
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<inherited>false</inherited>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>
<repository>
<id>spring-libs-snapshot</id>