2012-03-20 33 views
0

mavenはpomをダウンロードして、欠落していると宣言します。その後、jarファイルをダウンロードします。mavenエラー「POM for ...が見つかりません」 - mavenがpomをダウンロードした直後

相続人は、私は達人に見れば、私は、それを得るいけないログ

[DEBUG] Using connector WagonRepositoryConnector with priority 0 for  http://bits.netbeans.org/maven2/ 
Downloading: http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-text/RELEASE71/org-openide-text-RELEASE71.pom 
Downloaded: http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-text/RELEASE71/org-openide-text-RELEASE71.pom (2 KB at 3.5 KB/sec) 
[DEBUG] Reading resolution tracking file /home/homeu1/.m2/repository/org/netbeans/api/org-openide-text/RELEASE71/org-openide-text-RELEASE71.pom.lastUpdated 
[DEBUG] Writing resolution tracking file /home/homeu1/.m2/repository/org/netbeans/api/org-openide-text/RELEASE71/org-openide-text-RELEASE71.pom.lastUpdated 
[WARNING] The POM for org-openide-text:org-netbeans-api:jar:RELEASE71 is missing, no dependency information available 

... 、エンドエラー

[ERROR] Failed to execute goal on project jalopy2-netbeans: Could not resolve dependencies for project com.notzippy:jalopy2-netbeans:nbm:0.0.1-SNAPSHOT: Failure to find org-openide-text:org-netbeans-api:jar:RELEASE71 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced -> [Help 1] 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project jalopy2-netbeans: Could not resolve dependencies for project com.notzippy:jalopy2-netbeans:nbm:0.0.1-SNAPSHOT: Failure to find org-openide-text:org-netbeans-api:jar:RELEASE71 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced 

がポンポンとjarがダウンロードされるリポジトリSHA1があります良い。他のすべての依存関係はうまく解決するようですが、その依存関係を取り除こうとすれば私は得られます。

Project uses classes from transitive module org.netbeans.api:org-openide-text:jar:RELEASE71 which will not be accessible at runtime. 

アイデアや考えが高く評価されます。

+0

ローカルリポジトリに 'org-netbeans-api-RELEASE71.jar'がありますか? – Raghuram

+0

あなたの依存関係の1つが間違っていると思います(バージョンかもしれません)。 jalopy2-netbeans:プロジェクトcom.notzippyの依存関係を解決できませんでした:jalopy2-netbeans:nbm:0.0.1-SNAPSHOT:org-openide-textを見つけられませんでした: org-netbeans-api:jar:http://bits.netbeans.org/maven2/のRELEASE71)... – khmarbaise

答えて

0

artifactIdとgroupIdが入れ替わっていませんでした。 D'oh

関連する問題