We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75df47 commit 88ff9ceCopy full SHA for 88ff9ce
external-lib/pom.xml
@@ -31,7 +31,7 @@
31
<plugins>
32
<plugin>
33
<artifactId>maven-assembly-plugin</artifactId>
34
- <version>3.7.1</version>
+ <version>3.3.0</version>
35
<configuration>
36
<descriptorRefs>
37
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -41,6 +41,9 @@
41
<addClasspath>true</addClasspath>
42
</manifest>
43
</archive>
44
+ <appendAssemblyId>true</appendAssemblyId>
45
+ <ignoreDirFormatExtensions>false</ignoreDirFormatExtensions>
46
+ <includeProjectArtifact>false</includeProjectArtifact>
47
</configuration>
48
<executions>
49
<execution>
0 commit comments