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 9f85444 + 648951d commit b35f459Copy full SHA for b35f459
pom.xml
@@ -107,6 +107,23 @@
107
<argLine>-Djava.awt.headless=true</argLine>
108
</configuration>
109
</plugin>
110
+
111
+ <!-- Maven Shade Plugin -->
112
+ <plugin>
113
+ <groupId>org.apache.maven.plugins</groupId>
114
+ <artifactId>maven-shade-plugin</artifactId>
115
+ <version>2.3</version>
116
+ <executions>
117
+ <!-- Run shade goal on package phase -->
118
+ <execution>
119
+ <phase>package</phase>
120
+ <goals>
121
+ <goal>shade</goal>
122
+ </goals>
123
+ </execution>
124
+ </executions>
125
+ </plugin>
126
127
</plugins>
128
<resources>
129
<resource>
0 commit comments