This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push: new 92c4307 Cleaned up maven-plugin-plugin configuration. 92c4307 is described below commit 92c43078016bd74b25f27860ae53183da0120e48 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Fri Jan 19 23:26:43 2018 +0100 Cleaned up maven-plugin-plugin configuration. --- maven-enforcer-plugin/pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml index e8dcb70..6ab0e1a 100644 --- a/maven-enforcer-plugin/pom.xml +++ b/maven-enforcer-plugin/pom.xml @@ -112,19 +112,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <configuration> - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - </configuration> <executions> <execution> - <id>generate-helpmojo</id> + <id>descriptor-help</id> <goals> <goal>helpmojo</goal> - </goals> - </execution> - <execution> - <id>mojo-descriptor</id> - <goals> <goal>descriptor</goal> </goals> </execution> -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].