设置Eclipse和Maven以构建一个简单的Jersey Webapp

时间:2015-05-19 15:44:07

标签: eclipse maven m2eclipse

我之前有过这个工作但不得不重新安装所有东西,因为我的硬盘坏了。我正试图通过archetype jersey-quickstart-webapp构建一个简单的球衣应用程序。代码与原型没有变化,因此我不太可能在PC问题之前使用它。

我很确定这是Eclipse或Java或其他东西的安装问题。我的活动时间表如下。我创建了原型项目并得到了这个错误:

Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-war-plugin:jar:2.2: Could not transfer artifact org.apache.maven.plugins:maven-war-plugin:pom:2.2 from/to central   (http://repo.maven.apache.org/maven2): connect timed out -> [Help 1]

从这里我搜索了一些解决方案,包括删除存储库文件夹和.m2中的所有内容,强制项目更新依赖项等。

在执行此操作时,我注意到Run As->的选项。 Run On Server无法作为选项提供。

我去手动添加Project Facets>动态Web模块,它说这需要Java 1.6或更新版本。所以我试图将版本一直降低到2.2,这需要Java 1.3,没有人允许我选中框。我安装了Java 1.7 JDK。

这就是我的立场。任何人都可以帮忙!!?

安装到eclipse中的插件有:M2E,Collabnet Merge Client,Eclipse WTP

0 个答案:

没有答案