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.
2 parents 9810c97 + 8323c79 commit 86df968Copy full SHA for 86df968
pom.xml
@@ -20,6 +20,26 @@
20
</dependencies>
21
<build>
22
<plugins>
23
+ <plugin>
24
+ <groupId>org.apache.maven.plugins</groupId>
25
+ <artifactId>maven-assembly-plugin</artifactId>
26
+ <version>2.4.1</version>
27
+ <configuration>
28
+ <descriptorRefs>
29
+ <descriptorRef>jar-with-dependencies</descriptorRef>
30
+ </descriptorRefs>
31
+
32
+ </configuration>
33
+ <executions>
34
+ <execution>
35
+ <id>make-assembly</id>
36
+ <phase>package</phase>
37
+ <goals>
38
+ <goal>single</goal>
39
+ </goals>
40
+ </execution>
41
+ </executions>
42
+ </plugin>
43
<!-- <plugin>
44
<groupId>org.apache.maven.plugins</groupId>
45
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments