Skip to content

Commit 86df968

Browse files
Merge pull request #3 from pcrane/patch-1
Update pom.xml
2 parents 9810c97 + 8323c79 commit 86df968

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
</dependencies>
2121
<build>
2222
<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>
2343
<!-- <plugin>
2444
<groupId>org.apache.maven.plugins</groupId>
2545
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)