您的位置:首页 > 运维架构 > Apache

The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist [INFO] The plugin 'org.apache.maven.plugins:maven-jetty

2011-03-04 18:15 941 查看

[INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does
not exist or no valid version could be found

conf/setting.xml里面:

<!-- pluginGroups

| This is a list of additional group identifiers that will be searched when resolving plugins by their prefix, i.e.

| when invoking a command line like "mvn prefix:goal". Maven will automatically add the group identifiers

| "org.apache.maven.plugins" and "org.codehaus.mojo" if these are not already contained in the list.

|-->

<pluginGroups>

<pluginGroup>org.mortbay.jetty</pluginGroup>

<!-- pluginGroup

| Specifies a further group identifier to use for plugin lookup.

<pluginGroup>com.your.plugins</pluginGroup>

-->

</pluginGroups>

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐