From 1730d92a6da63bdcc81f7a1c9020e73cdc0adc13 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 8 Mar 2016 00:13:10 +0100 Subject: [PATCH] Added the special javadoc-tags for maven-plugins to the configuration --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 815a2339..09cd9c90 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,33 @@ 2.7 -Xdoclint:none + + + goal + a + Goal: + + + phase + a + Phase: + + + threadSafe + a + Thread Safe: + + + requiresDependencyResolution + a + Requires Dependency Resolution: + + + requiresProject + a + Requires Project: + + -- 2.20.1