This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
commit 12bbfdd0ac4428b7fd2b1227c73fc8af657cf79c Author: Matt Benson <mben...@apache.org> AuthorDate: Wed May 16 14:06:02 2018 -0500 merge duplicate plugin declaration --- build-tools/pom.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/build-tools/pom.xml b/build-tools/pom.xml index a0d142b..aadf121 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -55,6 +55,11 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/*</exclude> + </excludes> + </configuration> <executions> <execution> <id>create-javadoc-jar</id> @@ -62,15 +67,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/*</exclude> - </excludes> - </configuration> - </plugin> </plugins> </build> </project> -- To stop receiving notification emails like this one, please contact mben...@apache.org.