Skip to content

Commit 12b9188

Browse files
DATAES-516 - Add profile for release.
1 parent a2fad72 commit 12b9188

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
@@ -276,6 +276,21 @@
276276
</plugins>
277277
</build>
278278

279+
<profiles>
280+
<profile>
281+
<id>release</id>
282+
<build>
283+
<plugins>
284+
<plugin>
285+
<groupId>org.jfrog.buildinfo</groupId>
286+
<artifactId>artifactory-maven-plugin</artifactId>
287+
<inherited>false</inherited>
288+
</plugin>
289+
</plugins>
290+
</build>
291+
</profile>
292+
</profiles>
293+
279294
<repositories>
280295
<repository>
281296
<id>spring-libs-snapshot</id>

0 commit comments

Comments
 (0)