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 bb84f11 commit 0a52decCopy full SHA for 0a52dec
1 file changed
pom.xml
@@ -81,6 +81,25 @@
81
<groupId>org.apache.maven.plugins</groupId>
82
<artifactId>maven-assembly-plugin</artifactId>
83
<version>${maven.assembly.version}</version>
84
+ <configuration>
85
+ <archive>
86
+ <manifestEntries>
87
+ <Class-Path>.</Class-Path>
88
+ </manifestEntries>
89
+ </archive>
90
+ <descriptorRefs>
91
+ <descriptorRef>jar-with-dependencies</descriptorRef>
92
+ </descriptorRefs>
93
+ </configuration>
94
+ <executions>
95
+ <execution>
96
+ <id>make-assembly</id>
97
+ <phase>package</phase>
98
+ <goals>
99
+ <goal>single</goal>
100
+ </goals>
101
+ </execution>
102
+ </executions>
103
</plugin>
104
<plugin>
105
0 commit comments