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 d8c34bf commit 7050ddfCopy full SHA for 7050ddf
pom.xml
@@ -218,6 +218,23 @@
218
<artifactId>maven-deploy-plugin</artifactId>
219
<version>2.8.2</version>
220
</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>
238
<plugin>
239
<groupId>org.sonatype.plugins</groupId>
240
<artifactId>nexus-staging-maven-plugin</artifactId>
0 commit comments