We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66aead7 commit b23545cCopy full SHA for b23545c
pom.xml
@@ -17,6 +17,25 @@
17
<target>8</target>
18
</configuration>
19
</plugin>
20
+
21
+ <plugin>
22
+ <groupId>org.apache.maven.plugins</groupId>
23
+ <artifactId>maven-assembly-plugin</artifactId>
24
+ <version>3.1.0</version>
25
+ <configuration>
26
+ <descriptorRefs>
27
+ <descriptorRef>jar-with-dependencies</descriptorRef>
28
+ </descriptorRefs>
29
+ </configuration>
30
+ <executions>
31
+ <execution>
32
+ <phase>package</phase>
33
+ <goals>
34
+ <goal>single</goal>
35
+ </goals>
36
+ </execution>
37
+ </executions>
38
+ </plugin>
39
</plugins>
40
</build>
41
0 commit comments