Author: gmazza
Date: Mon Aug 17 11:58:08 2015
New Revision: 1696248

URL: http://svn.apache.org/r1696248
Log:
Removed mvn jetty:run replacement I temporarily used for local testing, if 
anyone still wants please restore.

Modified:
    roller/trunk/NOTICE.txt
    roller/trunk/app/pom.xml

Modified: roller/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/roller/trunk/NOTICE.txt?rev=1696248&r1=1696247&r2=1696248&view=diff
==============================================================================
--- roller/trunk/NOTICE.txt (original)
+++ roller/trunk/NOTICE.txt Mon Aug 17 11:58:08 2015
@@ -51,5 +51,5 @@ Craig Russell
 Greg Huber
 Ganesh Mathrerootham (emeritus)
 Shelan Perera (emeritus)
-Glen Mazza
+Glen Mazza (emeritus)
 Gaurav Saini

Modified: roller/trunk/app/pom.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1696248&r1=1696247&r2=1696248&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Mon Aug 17 11:58:08 2015
@@ -397,21 +397,6 @@
                 </dependencies>
             </plugin>
 
-            <!-- Allow for standalone Tomcat deployment
-                 using mvn tomcat7:redeploy (See
-                 
http://www.jroller.com/gmazza/entry/web_service_tutorial#maventomcat
-                 for necessary config info)
-            -->
-            <plugin>
-                <groupId>org.apache.tomcat.maven</groupId>
-                <artifactId>tomcat7-maven-plugin</artifactId>
-                <version>2.2</version>
-                <configuration>
-                    <server>myTomcat</server>
-                    <path>/${project.build.finalName}</path>
-                </configuration>
-            </plugin>
-
             <!-- Activates the Derby database for unit tests and mvn jetty:run 
-->
             <plugin>
                 <groupId>com.btmatthews.maven.plugins.inmemdb</groupId>


Reply via email to