penmetsaa
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
java/demo/pom.xml
|
|
|
@ -101,6 +101,11 @@ |
|
|
|
</configuration> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-war-plugin</artifactId> |
|
|
|
<version>3.3.1</version> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<artifactId>exec-maven-plugin</artifactId> |
|
|
|
|