diff options
-rw-r--r-- | infocenter-web/infocenter-app/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infocenter-web/infocenter-app/pom.xml b/infocenter-web/infocenter-app/pom.xml index b307f3f5c..3cb5e3eff 100644 --- a/infocenter-web/infocenter-app/pom.xml +++ b/infocenter-web/infocenter-app/pom.xml @@ -35,6 +35,11 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>3.3.1</version> + </plugin> + <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> |