You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/09/21 14:44:41 UTC

[sling-parent] branch master updated: SLING-10053 - Replace Ianal Maven Plugin

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b65765  SLING-10053 - Replace Ianal Maven Plugin
7b65765 is described below

commit 7b65765faa60b6c319b3e0cba2238354dfffec3a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 21 16:08:16 2021 +0200

    SLING-10053 - Replace Ianal Maven Plugin
    
    Switch to the equivalent tools-maven-plugin from Geronimo, which works without
    any issues.
---
 sling-parent/pom.xml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index e1a0f83..8ae9ebe 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -151,8 +151,8 @@
             </plugin>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>ianal-maven-plugin</artifactId>
+                <groupId>org.apache.geronimo.genesis.plugins</groupId>
+                <artifactId>tools-maven-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>verify-legal-files</id>
@@ -319,10 +319,14 @@
                     <artifactId>cargo-maven2-plugin</artifactId>
                     <version>1.8.3</version>
                 </plugin>
+                <!-- 
+                    Documentation: https://geronimo.apache.org/maven/genesis/plugins/tools-maven-plugin/usage.html
+                    Source code: https://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.4/plugins/tools-maven-plugin/
+                    -->
                 <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>ianal-maven-plugin</artifactId>
-                    <version>1.0-alpha-1</version>
+                    <groupId>org.apache.geronimo.genesis.plugins</groupId>
+                    <artifactId>tools-maven-plugin</artifactId>
+                    <version>1.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>