Skip to content

Commit e2c3d40

Browse files
committed
Add maven-war-plugin
1 parent c3f38a8 commit e2c3d40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
</includes>
9898
</configuration>
9999
</plugin>
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-war-plugin</artifactId>
103+
<version>3.4.0</version>
104+
</plugin>
100105
</plugins>
101106
</build>
102107
</project>

0 commit comments

Comments
 (0)