You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/10/18 11:48:17 UTC

[maven-parent] 01/01: Add sisu-maven-plugin to pluginMgmt

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

cstamas pushed a commit to branch add-sisu-maven-plugin
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit c63c4b9cc79fa603b96fd7338340ee635c0a3776
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Oct 18 13:47:52 2021 +0200

    Add sisu-maven-plugin to pluginMgmt
    
    As it is most commonly used.
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 46d6680..03bfed7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -967,6 +967,20 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.eclipse.sisu</groupId>
+          <artifactId>sisu-maven-plugin</artifactId>
+          <version>${sisuVersion}</version>
+          <executions>
+            <execution>
+              <id>index-project</id>
+              <goals>
+                <goal>main-index</goal>
+                <goal>test-index</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${mavenPluginToolsVersion}</version>