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 8f84817 commit c583661Copy full SHA for c583661
pom.xml
@@ -293,10 +293,6 @@
293
<groupId>org.apache.maven.plugins</groupId>
294
<artifactId>maven-assembly-plugin</artifactId>
295
</plugin>
296
- <plugin>
297
- <groupId>org.codehaus.mojo</groupId>
298
- <artifactId>wagon-maven-plugin</artifactId>
299
- </plugin>
300
<plugin>
301
<groupId>org.asciidoctor</groupId>
302
<artifactId>asciidoctor-maven-plugin</artifactId>
@@ -325,19 +321,6 @@
325
321
</build>
326
322
327
323
<profiles>
328
- <profile>
329
- <id>release</id>
330
- <build>
331
- <plugins>
332
333
- <groupId>org.jfrog.buildinfo</groupId>
334
- <artifactId>artifactory-maven-plugin</artifactId>
335
- <inherited>false</inherited>
336
337
- </plugins>
338
- </build>
339
- </profile>
340
-
341
324
<profile>
342
<id>no-jacoco</id>
343
<build>
0 commit comments