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:16 UTC

[maven-parent] branch add-sisu-maven-plugin created (now c63c4b9)

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

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


      at c63c4b9  Add sisu-maven-plugin to pluginMgmt

This branch includes the following new commits:

     new c63c4b9  Add sisu-maven-plugin to pluginMgmt

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by cs...@apache.org.
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>