We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa1068 commit aa58ae8Copy full SHA for aa58ae8
pom.xml
@@ -356,10 +356,6 @@
356
<groupId>org.apache.maven.plugins</groupId>
357
<artifactId>maven-assembly-plugin</artifactId>
358
</plugin>
359
- <plugin>
360
- <groupId>org.codehaus.mojo</groupId>
361
- <artifactId>wagon-maven-plugin</artifactId>
362
- </plugin>
363
<plugin>
364
<groupId>org.asciidoctor</groupId>
365
<artifactId>asciidoctor-maven-plugin</artifactId>
@@ -368,21 +364,6 @@
368
</plugins>
369
</build>
370
366
371
- <profiles>
372
- <profile>
373
- <id>release</id>
374
- <build>
375
- <plugins>
376
377
- <groupId>org.jfrog.buildinfo</groupId>
378
- <artifactId>artifactory-maven-plugin</artifactId>
379
- <inherited>false</inherited>
380
381
- </plugins>
382
- </build>
383
- </profile>
384
- </profiles>
385
-
386
367
<repositories>
387
<repository>
388
<id>spring-libs-snapshot</id>
0 commit comments