This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c9af418c docs: clean up (#646)
c9af418c is described below

commit c9af418c4c142972c5883fbeba6e3076b9f0645e
Author: Sandra Parsick <[email protected]>
AuthorDate: Wed Jan 22 13:37:18 2025 +0100

    docs: clean up (#646)
---
 content/apt/guides/plugin/guide-java-plugin-development.apt.vm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/content/apt/guides/plugin/guide-java-plugin-development.apt.vm 
b/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
index 5b3d94b3..b1eb357c 100644
--- a/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
+++ b/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
@@ -447,12 +447,14 @@ public class MyQueryMojo extends AbstractMojo {
 
     [[2]] {{{/shared/maven-plugin-testing-harness/}Maven Plugin Testing 
Harness}}: Testing framework for your Mojos.
 
-    [[3]] {{{https://codehaus-plexus.github.io/}Plexus}}: The IoC container 
used by Maven.
+    [[3]] {{{https://eclipse.dev/sisu/index.html}Eclipse Sisu}}: The IoC 
container used by Maven 3.
 
-    [[4]] {{{https://codehaus-plexus.github.io/plexus-utils/}Plexus Common 
Utilities}}: Set of utilities classes useful for Mojo development.
+    [[4]] {{{../../maven-jsr330.html}Maven & JSR 330}}: How to use JSR 330 in 
Plugins
 
-    [[5]] {{{http://commons.apache.org/io/}Commons IO}}: Set of utilities 
classes useful for file/path handling.
+    [[5]] {{{https://codehaus-plexus.github.io/plexus-utils/}Plexus Common 
Utilities}}: Set of utilities classes useful for Mojo development.
 
-    [[6]] {{{../../plugin-developers/common-bugs.html}Common Bugs and 
Pitfalls}}: Overview of problematic coding patterns.
+    [[6]] {{{http://commons.apache.org/io/}Commons IO}}: Set of utilities 
classes useful for file/path handling.
+
+    [[7]] {{{../../plugin-developers/common-bugs.html}Common Bugs and 
Pitfalls}}: Overview of problematic coding patterns.
 
     []

Reply via email to