Strabon
changeset 111:189bc5ff8fde
removed tomcat7 maven plugins
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Wed Apr 11 15:18:04 2012 +0300 (2012-04-11) |
parents | 46100d1fac09 |
children | b180a96d33b0 |
files | endpoint/pom.xml |
line diff
1.1 --- a/endpoint/pom.xml Wed Apr 11 14:46:04 2012 +0300 1.2 +++ b/endpoint/pom.xml Wed Apr 11 15:18:04 2012 +0300 1.3 @@ -216,6 +216,7 @@ 1.4 <autoVersionSubmodules>true</autoVersionSubmodules> 1.5 </configuration> 1.6 </plugin> 1.7 + <!-- 1.8 <plugin> 1.9 <groupId>org.apache.tomcat.maven</groupId> 1.10 <artifactId>tomcat7-maven-plugin</artifactId> 1.11 @@ -227,14 +228,12 @@ 1.12 </goals> 1.13 <phase>package</phase> 1.14 <configuration> 1.15 - <!-- optional only if you want to use a preconfigured server.xml file --> 1.16 - <!-- <serverXml>src/main/tomcatconf/server.xml</serverXml> --> 1.17 - <!-- naming is disable by default so use true to enable it --> 1.18 <enableNaming>true</enableNaming> 1.19 </configuration> 1.20 </execution> 1.21 </executions> 1.22 </plugin> 1.23 + --> 1.24 </plugins> 1.25 1.26 <pluginManagement>