Strabon
changeset 110:46100d1fac09
removed tomcat plugin to prepare for release
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Wed Apr 11 14:46:04 2012 +0300 (2012-04-11) |
parents | a062277d27c3 |
children | 189bc5ff8fde |
files | pom.xml |
line diff
1.1 --- a/pom.xml Wed Apr 11 14:31:27 2012 +0300 1.2 +++ b/pom.xml Wed Apr 11 14:46:04 2012 +0300 1.3 @@ -475,12 +475,13 @@ 1.4 </plugin> 1.5 1.6 <!-- The following plugin is for being able to run tomcat6/7:run --> 1.7 + <!-- 1.8 <plugin> 1.9 <groupId>org.apache.tomcat.maven</groupId> 1.10 <artifactId>tomcat7-maven-plugin</artifactId> 1.11 - <!--artifactId>tomcat6-maven-plugin</artifactId--> 1.12 <version>2.0-SNAPSHOT</version> 1.13 </plugin> 1.14 + --> 1.15 </plugins> 1.16 </pluginManagement> 1.17 1.18 @@ -530,6 +531,7 @@ 1.19 1.20 <pluginRepositories> 1.21 <!-- The following repository is for being able to run tomcat7:run --> 1.22 + <!-- 1.23 <pluginRepository> 1.24 <id>apache.snapshots</id> 1.25 <name>Apache Snapshots</name> 1.26 @@ -541,6 +543,7 @@ 1.27 <enabled>true</enabled> 1.28 </snapshots> 1.29 </pluginRepository> 1.30 + --> 1.31 </pluginRepositories> 1.32 1.33 <scm>