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 4296760 commit d5cdba0Copy full SHA for d5cdba0
pom.xml
@@ -154,6 +154,21 @@
154
</plugins>
155
</build>
156
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
+
172
<developers>
173
<developer>
174
<id>biomedcentral</id>
0 commit comments