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-scripting-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 453fe8b  Rewrite description of Maven Scripting Plugin (#63)
453fe8b is described below

commit 453fe8bd31dcae310f260f88bd387d83249fba30
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Dec 28 13:41:12 2025 +0000

    Rewrite description of Maven Scripting Plugin (#63)
    
    * Rewrite description of Maven Scripting Plugin
    
    a little less awkward
    
    * Fix typo in goals overview section
    
    * Update issue tracker link and improve wording
---
 src/site/markdown/index.md.vm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 598af0d..17b168c 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -18,14 +18,14 @@ 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
 --------------
 
 
- * [scripting:eval](./eval-mojo.html) goal to evaaluate the script
+ * [scripting:eval](./eval-mojo.html) goal to evaluate the script
 
 Usage
 -----
@@ -39,13 +39,13 @@ Usage
   question as part of an older thread. Hence, it is also worth 
browsing/searching
   the [mail archive](./mailing-lists.html).
 
-  If you feel like the plugin is missing a feature or has a defect, you can 
fill a 
-  feature request or bug report in our [issue 
tracker](./issue-management.html). 
+  If you feel the plugin is missing a feature or has a defect, you can file a 
+  feature request or bug report in our [issue 
tracker](https://github.com/apache/maven-scripting-plugin/issues). 
   When creating a new issue, please provide a comprehensive description of your
-  concern. Especially for fixing bugs it is crucial that the developers can 
+  concern. Especially for fixing bugs, it is crucial that the developers can 
   reproduce your problem. For this reason, entire debug logs, POMs or most 
   preferably little demo projects attached to the issue are very much 
appreciated.
   Of course, patches are welcome, too. Contributors can check out the project 
from 
   our [source repository](./scm.html) and will find supplementary 
   information in the
-  [guide to helping with 
Maven](http://maven.apache.org/guides/development/guide-helping.html).
+  [guide to helping with 
Maven](https://maven.apache.org/guides/development/guide-helping.html).

Reply via email to