Skip to content

Commit

Permalink
Fix description of m-p-p
Browse files Browse the repository at this point in the history
No longer mention reports as they are generate by m-p-r-p nowadays
  • Loading branch information
kwin committed Sep 8, 2023
1 parent 511d287 commit f3eba37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions maven-plugin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
<packaging>maven-plugin</packaging>

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

<prerequisites>
<maven>${mavenVersion}</maven>
Expand Down

0 comments on commit f3eba37

Please sign in to comment.