Java 在eclipse中设置i.lon 100服务器时发生Maven错误

Java 在eclipse中设置i.lon 100服务器时发生Maven错误,java,eclipse,jakarta-ee,maven,pom.xml,Java,Eclipse,Jakarta Ee,Maven,Pom.xml,我正在尝试使用程序员参考将I.lon100与JAVA连接起来。可从以下页面下载pom.xml和.pdf文件,并提供程序员参考: 我的eclipse版本是: 面向Web开发人员的EclipseJavaEEIDE 版本:Juno服务版本2 构建id:20130225-0426 Maven版本:2.2.1(程序员参考中推荐) a) 首先,我在第22-6页安装Maven Embedder和Maven Integration for Eclipse时遇到了一个问题,因为我假设页面不存在。所以,我的第一个问

我正在尝试使用程序员参考将I.lon100与JAVA连接起来。可从以下页面下载pom.xml和.pdf文件,并提供程序员参考:

我的eclipse版本是:

面向Web开发人员的EclipseJavaEEIDE

版本:Juno服务版本2

构建id:20130225-0426

Maven版本:2.2.1(程序员参考中推荐)

a) 首先,我在第22-6页安装Maven Embedder和Maven Integration for Eclipse时遇到了一个问题,因为我假设页面不存在。所以,我的第一个问题是:有没有其他网站可以使用eclipse下载这些软件

B) 我从EclipseMarket:Maven integration for eclipse安装,但找不到Maven Embedder。现在我右键点击了项目:以构建的方式运行,而不是以构建的方式运行,这样还可以吗

c) 当我尝试在Project Explorer视图中执行另一个步骤“第22-13页”时,右键单击ilon ws文件夹,指向Run As,然后单击 这将生成java代理类并构建jar。“我在控制台中遇到一个错误,我不知道如何修复它

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org...ticLoggerBinder for further details.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.echelon.es:ilon-ws:jar:4.03-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:jaxws-maven-plugin is missing. @ line 71, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 113, column 23
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 124, column 23
[WARNING] 'repositories.repository.layout' for java.net uses the unsupported value 'legacy', artifact resolution might fail. @ line 36, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ECHELON i.LON SmartServer 4.03-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.985s
[INFO] Finished at: Tue Jun 04 20:20:25 CEST 2013
[INFO] Final Memory: 4M/105M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ilon-ws: Could not resolve dependencies for project com.echelon.es:ilon-ws:jar:4.03-SNAPSHOT: Failed to collect dependencies for [com.sun.xml.ws:jaxws-rt:jar:2.2 (compile)]: Failed to read artifact descriptor for woodstox:wstx-asl:jar:3.2.1: Could not transfer artifact woodstox:wstx-asl:pom:3.2.1 from/to java.net (http://download.java.net/maven/1/): No connector available to access repository java.net (http://download.java.net/maven/1/) of type legacy using the available factories AsyncRepositoryConnectorFactory, WagonRepositoryConnectorFactory -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache....lutionException
我尝试将slf4j-nop-1.7.5.jar文件添加到buildpath中,但没有任何更改

请给我任何建议或帮助,因为从最近几天起我无法处理它,而且我不知道在哪里可以找到答案

问候,,
科拉塔可能会有所帮助。您可能正在使用Maven 3访问旧版(Maven 1)存储库。不确定当您需要的依赖项似乎位于Maven Central中时,您的构建为何尝试使用java.net repo。例如,我使用Maven 3,它是在eclipse中构建的,我将尝试使用旧的eclipse(3.6 helios)和Maven 2.2.1,可以忽略eclipse并首先从命令行尝试构建,使用Maven 2.2.1。是否作为Maven包运行与作为Maven构建运行相同?