我在maven-deploy远程仓库上使用命令部署插件时遇到问题.我安装了最新版本的Release插件(2.0.2).
我收到此错误:
| Loading Grails 2.0.4
| Configuring classpath.
| Environment set to development.....
| Packaging Grails application.....
| Compiling 33 GSP files for package [myPackage].....
| Plugin packaged grails-plugin-myPlugin.jar
| Skipping POM generation because 'pom.xml' exists in the root of the project..
| Error Error executing script MavenDeploy: : Error downloading wagon provider from the remote repository: Missing:
----------
1) org.apache.maven.wagon:wagon-http:jar:1.0-beta-2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn …Run Code Online (Sandbox Code Playgroud) 我想学习Spring MVC,我从一个教程网站下载了一个小的mvc项目.我将它导入eclipse但我总是得到404.我认为代码中没有错误.我没有任何线索和谷歌搜索了几个小时.如果你能帮助我,我会很高兴的.我正在使用tomcat 7.这是该项目的链接: http: //www.roseindia.net/spring/HelloWorld.zip提前感谢.-保罗