summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2017-09-26 12:55:42 +0800
committerLuji7 <lu.ji3@zte.com.cn>2017-09-26 12:55:52 +0800
commit31cb401df7e9f896afd08a70a01d3b41999ad83f (patch)
treee5bc2a2d087d8adca98e18be6d6ce74f26898969 /pom.xml
parentefa0010e75ef069fdcfbe7d256d0a638f1603f91 (diff)
add docker configuration
Change-Id: I032fab3d9c9f78ff7b5687c5e961ab4436b7fbd2 Issue-Id: USECASEUI-36 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7e38a52f..21d8a694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,5 +34,38 @@
<module>usecaseui-common</module>
<module>usecaseui-monitor</module>
<module>usecaseui-lcm</module>
+ <module>distribution</module>
</modules>
+
+ <properties>
+ <tomcat.version>8.5.6</tomcat.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat</artifactId>
+ <version>${tomcat.version}</version>
+ <type>zip</type>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.10</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.8</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
</project>