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

cstamas pushed a commit to branch fix-win-terminal
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit a5d5fd565820a283f5421e2e4a0a45a29fa93c43
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jun 18 19:23:51 2024 +0200

    Add jline-native to the distribution
---
 dist/pom.xml                            | 4 ++++
 dist/src/main/provisio/maven-distro.xml | 3 +++
 pom.xml                                 | 5 +++++
 3 files changed, 12 insertions(+)

diff --git a/dist/pom.xml b/dist/pom.xml
index 281b3689..e772f83c 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -52,6 +52,10 @@
       <groupId>org.apache.maven.daemon</groupId>
       <artifactId>mvnd-daemon</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jline</groupId>
+      <artifactId>jline-native</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
diff --git a/dist/src/main/provisio/maven-distro.xml 
b/dist/src/main/provisio/maven-distro.xml
index 0b094410..e7ff5d46 100644
--- a/dist/src/main/provisio/maven-distro.xml
+++ b/dist/src/main/provisio/maven-distro.xml
@@ -67,6 +67,9 @@
         <artifact id="org.jline:jline-terminal-jni">
             <exclusion id="*:*"/>
         </artifact>
+        <artifact id="org.jline:jline-native">
+            <exclusion id="*:*"/>
+        </artifact>
     </artifactSet>
 
     <fileSet to="/">
diff --git a/pom.xml b/pom.xml
index ad79706c..5a66bab5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,6 +295,11 @@
         <artifactId>jline-terminal-ffm</artifactId>
         <version>${jline.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.jline</groupId>
+        <artifactId>jline-native</artifactId>
+        <version>${jline.version}</version>
+      </dependency>
 
       <dependency>
         <groupId>info.picocli</groupId>

Reply via email to