You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/03/23 05:08:17 UTC

[shardingsphere] branch master updated: Add io.smallrye:jandex-maven-plugin (#24734)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 7917ab9415f Add io.smallrye:jandex-maven-plugin (#24734)
7917ab9415f is described below

commit 7917ab9415fd98cc730794dbaf7677f14d1e120c
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Thu Mar 23 13:08:10 2023 +0800

    Add io.smallrye:jandex-maven-plugin (#24734)
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9b2cf9d30b0..6e5fabe50ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
         <maven-plugin-plugin.version>3.4</maven-plugin-plugin.version>
         <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
         <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
+        <jandex-maven-plugin.version>3.0.5</jandex-maven-plugin.version>
         
         <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
         <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
@@ -1136,6 +1137,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>io.smallrye</groupId>
+                <artifactId>jandex-maven-plugin</artifactId>
+                <version>${jandex-maven-plugin.version}</version>
+                <executions>
+                    <execution>
+                        <id>make-index</id>
+                        <goals>
+                            <goal>jandex</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
         <extensions>
             <extension>