Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Environment:Windows XP, Maven 2.2
-
Number of attachments :
Description
This configuration doesn't work with 7.0.0.1beta3, it worked with 7.0.0pre5:
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>20080</port>
</connector>
</connectors>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to configure plugin parameters for: org.mortbay.jetty:jetty-maven-plugin:7.0.0.1beta3
Cause: Class name which was explicitly given in configuration using 'implementation' attribute: 'org.mortbay.jetty.nio.SelectChannelConnector' cannot be loaded
The classnames have changed somewhat with our move to eclipse. There are tools to help rename from org.mortbay.jetty to org.eclipse.jetty
see the porting to jetty section under quickstart at http://wiki.eclipse.org/Jetty