Skip to content

Commit f3eba37

Browse files
committed
Fix description of m-p-p
No longer mention reports as they are generate by m-p-r-p nowadays
1 parent 511d287 commit f3eba37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

maven-plugin-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
<packaging>maven-plugin</packaging>
3232

3333
<name>Maven Plugin Plugin</name>
34-
<description>The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree,
35-
to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as the artifact metadata
36-
and a generic help goal.</description>
34+
<description>The Plugin Plugin is used to create a Maven plugin descriptor for any Mojos found in the source tree
35+
in order to include them the resulting JAR. It is also used to generate a generic help goal.</description>
3736

3837
<prerequisites>
3938
<maven>${mavenVersion}</maven>

0 commit comments

Comments
 (0)