This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/mvn4 by this push:
new c0cff80 Switch a few core plugins to the new api
c0cff80 is described below
commit c0cff803cc5584a5dec661f2caa257785569bb24
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Feb 24 17:00:58 2022 +0100
Switch a few core plugins to the new api
---
content/apt/guides/development/guide-plugin-documentation.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/development/guide-plugin-documentation.apt
b/content/apt/guides/development/guide-plugin-documentation.apt
index 31a3da0..6d0d54e 100644
--- a/content/apt/guides/development/guide-plugin-documentation.apt
+++ b/content/apt/guides/development/guide-plugin-documentation.apt
@@ -192,7 +192,7 @@ public class ExampleMojo
extends AbstractWarMojo
{
public void execute()
- throws MojoExecutionException, MojoFailureException
+ throws MojoExecutionException
{
[...]
+--------------+