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 8ed320f commit 456635cCopy full SHA for 456635c
pom.xml
@@ -178,6 +178,24 @@
178
<target>8</target>
179
</configuration>
180
</plugin>
181
+ <plugin>
182
+ <artifactId>maven-assembly-plugin</artifactId>
183
+ <version>3.7.1</version>
184
+ <configuration>
185
+ <descriptorRefs>
186
+ <descriptorRef>jar-with-dependencies</descriptorRef>
187
+ </descriptorRefs>
188
+ <finalName>webarchive-commons</finalName>
189
+ </configuration>
190
+ <executions>
191
+ <execution>
192
+ <phase>package</phase>
193
+ <goals>
194
+ <goal>single</goal>
195
+ </goals>
196
+ </execution>
197
+ </executions>
198
+ </plugin>
199
<plugin>
200
<groupId>org.apache.maven.plugins</groupId>
201
<artifactId>maven-enforcer-plugin</artifactId>
0 commit comments