summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-09-19 16:56:13 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-09-19 16:56:13 +0800
commit5e5e988c86f20e21d85a631ac3948f4b29ff23e6 (patch)
tree5d1a6575025fa469917a293b5bf8dd575c8d7e32 /pom.xml
parent8a2751aaa3c1367cdf70a6fa2d0b9ad39f311b0b (diff)
Add esr portal source file to tomcat.
Change-Id: Icf76b16954d68a0b7795747bb72324be0bc6b820 Issue-ID: AAI-333 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml35
1 files changed, 33 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4f6b593..275d273 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,38 @@
<modules>
<module>common</module>
<module>portal</module>
- <module>httpserver</module>
- <module>integration</module>
+ <module>integration</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>