Skip to content

Commit

Permalink
[MNG-7079] Bring back the native jansi libraries inside the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 21, 2021
1 parent 65fb528 commit 151e349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ under the License.
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<includeArtifactIds>jansi</includeArtifactIds>
<includes>META-INF/native/**</includes>
<includes>org/fusesource/jansi/internal/native/**</includes>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion apache-maven/src/assembly/maven/component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ under the License.
</includes>
</fileSet>
<fileSet>
<directory>target/dependency/META-INF/native</directory>
<directory>target/dependency/org/fusesource/jansi/internal/native</directory>
<outputDirectory>lib/jansi-native</outputDirectory>
<includes>
<include>**</include>
Expand Down

0 comments on commit 151e349

Please sign in to comment.