We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fad72 commit 12b9188Copy full SHA for 12b9188
pom.xml
@@ -276,6 +276,21 @@
276
</plugins>
277
</build>
278
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
+
294
<repositories>
295
<repository>
296
<id>spring-libs-snapshot</id>
0 commit comments