Skip to content

Commit 401f7be

Browse files
author
innokenty
committed
build '-classes.jar' artifact along with .war
1 parent 09058e3 commit 401f7be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

proxy/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313

1414
<build>
1515
<plugins>
16+
<plugin>
17+
<groupId>org.apache.maven.plugins</groupId>
18+
<artifactId>maven-war-plugin</artifactId>
19+
<configuration>
20+
<attachClasses>true</attachClasses>
21+
</configuration>
22+
</plugin>
1623
<plugin>
1724
<groupId>org.jvnet.jaxb2.maven2</groupId>
1825
<artifactId>maven-jaxb2-plugin</artifactId>

0 commit comments

Comments
 (0)