This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
commit 050bddd659513bfbdd71038a05ec3e52a44193fb Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Dec 28 12:27:35 2025 +0000 Rewrite description of Maven Scripting Plugin a little less awkward --- src/site/markdown/index.md.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index 598af0d..fd1a1df 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License. --> -The Maven Scripting Plugin is a plugin that wrapped the Scripting API according to JSR223. +The Maven Scripting Plugin wraps the Scripting API according to JSR223. Add the scripting engines as dependencies of this plugin on its use. Goals Overview
