Hi,
I had recently some strange error with the jetty-plugin. I used the
jetty-plugin since a few weeks now. Suddenly when I start jetty with
jetty:run-war an error occurs
>>>>>
Failed to configure plugin parameters for:
org.mortbay.jetty:maven-jetty-plugin:6.1.1
Cause: Class 'org.mortbay.jetty.Connector' cannot be instantiated
<<<<<<
When I remove the following configurations from the plugin definition in the
pom:
<connectors>
<connector>
<port>8080</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>
then the plugin works fine and jetty comes up at the default port 8080.
This is very strange to me and it happens on other development workstations
as well. I tried different versions of the jetty-plugin as well but nothing
changed. I also tried mvn on the commandline as well as with the m2eclipse
plugin. The same result.
Have anybody similar experiences or even any idea what happened?
Thx and have a nice day,
Juergen
--
View this message in context:
http://www.nabble.com/maven-jetty-plugin-cant-instantiate-tf3227554s177.html#a8965896
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]