Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-maven-plugin/pom.xml')
-rw-r--r--jetty-maven-plugin/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index e0a04ba340..a590872970 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -8,9 +8,10 @@
<artifactId>jetty-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Jetty :: Jetty Maven Plugin</name>
+ <description>Jetty maven plugins</description>
<properties>
<mavenVersion>3.0.3</mavenVersion>
- <pluginToolsVersion>3.1</pluginToolsVersion>
+ <pluginToolsVersion>3.4</pluginToolsVersion>
<bundle-symbolic-name>${project.groupId}.maven.plugin</bundle-symbolic-name>
</properties>
<build>
@@ -73,7 +74,6 @@
<id>exec-plugin-doc</id>
<phase>generate-sources</phase>
<goals>
- <goal>xdoc</goal>
<goal>helpmojo</goal>
</goals>
</execution>

Back to the top