Skip to content

Commit d5cdba0

Browse files
committed
DATA_ES-231 - Declare Artifactory Maven plugin to be able to distribute build artifacts.
1 parent 4296760 commit d5cdba0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,21 @@
154154
</plugins>
155155
</build>
156156

157+
<profiles>
158+
<profile>
159+
<id>release</id>
160+
<build>
161+
<plugins>
162+
<plugin>
163+
<groupId>org.jfrog.buildinfo</groupId>
164+
<artifactId>artifactory-maven-plugin</artifactId>
165+
<inherited>false</inherited>
166+
</plugin>
167+
</plugins>
168+
</build>
169+
</profile>
170+
</profiles>
171+
157172
<developers>
158173
<developer>
159174
<id>biomedcentral</id>

0 commit comments

Comments
 (0)