Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 370c9b6..72314ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,6 +432,8 @@
<artifactId>maven-plugin-plugin</artifactId>
<versionRange>[2.5,)</versionRange>
<goals>
+ <goal>default-descriptor</goal>
+ <goal>descriptor</goal>
<goal>xdoc</goal>
<goal>helpmojo</goal>
</goals>

Back to the top