Skip to content

Commit bed0667

Browse files
committed
DATAJPA-852 - Declare Artifactory Maven plugin to be able to distribute build artifacts.
1 parent d6735c1 commit bed0667

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@
9393
</repository>
9494
</repositories>
9595
</profile>
96+
<profile>
97+
<id>release</id>
98+
<build>
99+
<plugins>
100+
<plugin>
101+
<groupId>org.jfrog.buildinfo</groupId>
102+
<artifactId>artifactory-maven-plugin</artifactId>
103+
<inherited>false</inherited>
104+
</plugin>
105+
</plugins>
106+
</build>
107+
</profile>
96108
</profiles>
97109

98110
<dependencies>

0 commit comments

Comments
 (0)