Skip to content

Commit 83fc5bc

Browse files
committed
DATAMONGO-1366 - Declare Artifactory Maven plugin to be able to distribute build artifacts.
1 parent 160de0a commit 83fc5bc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,19 @@
169169

170170
</profile>
171171

172+
<profile>
173+
<id>release</id>
174+
<build>
175+
<plugins>
176+
<plugin>
177+
<groupId>org.jfrog.buildinfo</groupId>
178+
<artifactId>artifactory-maven-plugin</artifactId>
179+
<inherited>false</inherited>
180+
</plugin>
181+
</plugins>
182+
</build>
183+
</profile>
184+
172185
</profiles>
173186

174187
<dependencies>

0 commit comments

Comments
 (0)