私のコンピュータにローカルで実行しようとしているMavenプロジェクトが友人から渡されました。私はEclipseで行っていることのすべては、私が選択した:依存関係を持つpom.xmlのエラー(アーティファクトが見つかりません...)
ファイル - >インポート - >既存のMavenプロジェクト
はその後、プロジェクトが私のpom.xml
に私の4つのエラーを示した(欠落アーティファクト...) :
私は.m2
フォルダの内容を削除しようとした後、Eclipseで、私は私のプロジェクトをクリックし、「別のユーザーとして実行」を選択しました - そして、「として実行」>「Mavenのはきれい」と - >「MavenのINSTALをl "である。しかし、私はまだ同じエラーがあります。私は春には新しいので、何をすべきか分からない。
EDIT:
私がやろう:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building DataLayer 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for javax.persistence:javax.persistence:jar:1.0.0 is missing, no dependency information available
[WARNING] The POM for hibernate-core:hibernate-core:jar:4.2.1.Final is missing, no dependency information available
[WARNING] The POM for hibernate-commons-annotations:hibernate-commons-annotations:jar:4.0.1.Final is missing, no dependency information available
[WARNING] The POM for jboss-logging:jboss-logging:jar:3.1.0.CR2 is missing, no dependency information available
[WARNING] The POM for jta:jta:jar:1.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.065s
[INFO] Finished at: Wed Aug 07 11:41:45 VET 2013
[INFO] Final Memory: 4M/90M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project DataLayer: Could not resolve dependencies for project SocialManager:DataLayer:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: javax.persistence:javax.persistence:jar:1.0.0, hibernate-core:hibernate-core:jar:4.2.1.Final, hibernate-commons-annotations:hibernate-commons-annotations:jar:4.0.1.Final, jboss-logging:jboss-logging:jar:3.1.0.CR2, jta:jta:jar:1.1: Failure to find javax.persistence:javax.persistence:jar:1.0.0 in http://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of JBoss repository has elapsed or updates are forced -> [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.
EDIT2を:これは私の完全なのpom.xmlです:https://dl.dropboxusercontent.com/u/31349296/pom.xmlそれがきれいに見える、これは私のコンソールが言うことで、AS/Mavenのインストールを実行しますここにコードを貼り付けようとするとひどいです。
pom.xmlの最後にこれらの行を追加する必要がありますか?それは他のファイルにあるはずですか?その後、私は何をしなければならないのですか?ありがとう:) – kiduxa
これは設定で入力する必要があります。xml – Lokesh
これは ''タグ内にある必要がありますが、 ''の前に追加することができます。 –
Bart