DATAREST-756 - Declare Artifactory Maven plugin to be able to distribute build artifacts.

This commit is contained in:
Oliver Gierke
2016-01-28 14:55:21 +01:00
parent b866af762d
commit e7afe51d65

13
pom.xml
View File

@@ -67,6 +67,19 @@
<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>
<profile>
<id>jpa</id>