DATACOUCH-195 - Declare Artifactory Maven plugin to be able to distribute build artifacts.

This commit is contained in:
Oliver Gierke
2016-01-28 15:00:50 +01:00
parent e9d9972581
commit e6b0384ad0

15
pom.xml
View File

@@ -152,4 +152,19 @@
</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>
</project>