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 160de0a commit 83fc5bcCopy full SHA for 83fc5bc
pom.xml
@@ -169,6 +169,19 @@
169
170
</profile>
171
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
+
185
</profiles>
186
187
<dependencies>
0 commit comments