一、创建webx项目
按照网上的教程创建webx项目时,采用的命令如下:
mvn archetype:generate -DgroupId=com.alibaba.webx -DartifactId=tutorial1 -Dversion=1.0-SNAPSHOT -Dpackage=com.alibaba.webx.tutorial1 -DarchetypeArtifactId=archetype-webx-quickstart -DarchetypeGroupId=com.alibaba.citrus.sample -DarchetypeVersion=1.0 -DinteractiveMode=false
运行mvn jetty:run时,出现的错误为:
No plugin found for prefix 'jetty' in the current project and in the plugin groups [com.alibaba.org.apache.maven.plugins, com.alibaba.maven.plugins, org.apache.maven.plugins, org.codehaus.mojo] available from the repositorie
s [local (d:\mvn\repo), tbmirror-all (http://mvnrepo.alibaba-inc.com/mvn/repository)] -> [Help 1]
二、问题排查
方法一:直接查看pom.xml中,发现没有dependency的依赖,添加 之后,运行显示:
<groupId>org.mortbay.jetty</gro