Skip to content

Commit 456635c

Browse files
Re-add assembly target to build a package including all dependencies
1 parent 8ed320f commit 456635c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,24 @@
178178
<target>8</target>
179179
</configuration>
180180
</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>
181199
<plugin>
182200
<groupId>org.apache.maven.plugins</groupId>
183201
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)