Browse Source

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

pull/342/head
Oliver Gierke 10 years ago
parent
commit
83fc5bc113
  1. 13
      pom.xml

13
pom.xml

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

Loading…
Cancel
Save