[MNG-7515] Cannot see a dependency tree for apache-maven module

This closes #770
This commit is contained in:
Rafael Chaves 2022-07-18 13:56:38 +02:00 committed by Michael Osipov
parent efa9f0c678
commit 8ff8ebcaea
1 changed files with 4 additions and 4 deletions

View File

@ -128,16 +128,16 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<includeArtifactIds>jansi</includeArtifactIds>
<includes>org/fusesource/jansi/internal/native/Windows/**</includes>
</configuration>
<executions>
<execution>
<id>unpack-jansi-native</id>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<includeArtifactIds>jansi</includeArtifactIds>
<includes>org/fusesource/jansi/internal/native/Windows/**</includes>
</configuration>
</execution>
</executions>
</plugin>