Skip to content

Commit 7050ddf

Browse files
committed
add assembly plugin
1 parent d8c34bf commit 7050ddf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,23 @@
218218
<artifactId>maven-deploy-plugin</artifactId>
219219
<version>2.8.2</version>
220220
</plugin>
221+
<plugin>
222+
<groupId>org.apache.maven.plugins</groupId>
223+
<artifactId>maven-assembly-plugin</artifactId>
224+
<configuration>
225+
<descriptorRefs>
226+
<descriptorRef>jar-with-dependencies</descriptorRef>
227+
</descriptorRefs>
228+
</configuration>
229+
<executions>
230+
<execution>
231+
<phase>package</phase>
232+
<goals>
233+
<goal>single</goal>
234+
</goals>
235+
</execution>
236+
</executions>
237+
</plugin>
221238
<plugin>
222239
<groupId>org.sonatype.plugins</groupId>
223240
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)