Author: foconer
Date: Thu Aug 10 03:41:56 2006
New Revision: 430353
URL: http://svn.apache.org/viewvc?rev=430353&view=rev
Log:
Updated jetty plugin to run the web-console through maven using "jetty:run"
goal.
Modified:
incubator/activemq/trunk/activemq-web-console/pom.xml
Modified: incubator/activemq/trunk/activemq-web-console/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-web-console/pom.xml?rev=430353&r1=430352&r2=430353&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web-console/pom.xml Thu Aug 10 03:41:56
2006
@@ -39,18 +39,15 @@
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty6-plugin</artifactId>
+ <artifactId>maven-jetty-plugin</artifactId>
<configuration>
-
- <systemProperties>
-
- <!-- enable easy connection to JConsole -->
- <systemProperty>
-
<name>com.sun.management.jmxremote</name>
- <value></value>
- </systemProperty>
- </systemProperties>
-
+ <systemProperties>
+ <!-- enable easy connection to JConsole -->
+ <systemProperty>
+ <name>com.sun.management.jmxremote</name>
+ <value></value>
+ </systemProperty>
+ </systemProperties>
<scanIntervalSeconds>10</scanIntervalSeconds>
</configuration>
</plugin>