pom.xml file cleanup

I started by removing the docbkx plugin. Marcin also pointed out that I could remove the mojo plugin and the inherited=false lines, so I did that.

NOTE: This PR depends on https://github.com/spring-cloud/spring-cloud-build/pull/84

DO NOT merge this one until that one is merged.
This commit is contained in:
Jay Bryant
2018-12-27 12:32:45 -06:00
parent cdaf03ce09
commit 8ad6682836
-11
View File
@@ -37,21 +37,10 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<inherited>false</inherited>
</plugin>
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>false</inherited>
</plugin>
</plugins>
</build>