DATAMONGO-1366 - Declare Artifactory Maven plugin to be able to distribute build artifacts.

This commit is contained in:
Oliver Gierke
2016-01-28 14:51:55 +01:00
parent 160de0adf6
commit 83fc5bc113

13
pom.xml
View File

@@ -169,6 +169,19 @@
</profile>
<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>
<dependencies>