3

みなさん、こんにちは。「mvn clean install」コマンドを実行すると、wso2-4.4.1からmaven-2.2.1をビルドしようとしていますが、多くのエラーが発生します。リソースリポジトリが見つかりません(リポジトリ名がたくさんあります) )。他のリポジトリを追加できますか?

時間があれば、私を助けてください。

以下にいくつかのエラーがあります...

[INFO] Unable to find resource 'org.jvnet.hudson.svnkit:svnkit:jar:1.1.4-hudson-4' in repository oauth (http://oauth.googlecode.com/svn/code/maven)

[INFO] Unable to find resource 'org.jvnet.hudson.svnkit:svnkit:jar:1.1.4-hudson-4' in repository sonatype (http://oss.sonatype.org/content/repositories/openid4java)

[INFO] Unable to find resource 'org.apache.felix:felix-parent:pom:2.1' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.apache:apache:pom:9' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.apache.felix:maven-bundle-plugin:maven-plugin:2.3.7' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'biz.aQute:bndlib:pom:1.50.0' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.apache.felix:org.apache.felix.bundlerepository:pom:1.6.6' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.osgi:org.osgi.core:pom:4.1.0' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.easymock:easymock:pom:2.4' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.apache.maven:maven-core:pom:2.0.7' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.apache.maven:maven:pom:2.0.7' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
INFO] Unable to find resource 'org.apache.maven:maven-parent:pom:5' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.apache.maven:maven-settings:pom:2.0.7' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.apache.maven:maven-model:pom:2.0.7' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.apache.maven.wagon:wagon-file:pom:1.0-beta-2' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.apache.maven.wagon:wagon-providers:pom:1.0-beta-2' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.7' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

[INFO] Unable to find resource 'org.apache.maven.wagon:wagon-http-lightweight:pom:1.0-beta-2' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'org.apache.maven.wagon:wagon-http-shared:pom:1.0-beta-2' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'jtidy:jtidy:pom:4aug2000r7-dev' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)

INFO] Unable to find resource 'org.apache.geronimo.genesis:genesis:pom:1.4' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/) 

[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:config:pom:1.4' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
[INFO] Unable to find resource 'org.slf4j:slf4j-api:pom:1.5.8' in repository jansi (http://jansi.fusesource.org/repo/release) 


[INFO] Unable to find resource 'org.sonatype.gossip:gossip:pom:1.0' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-1.6:pom:1.2' in repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
4

2 に答える 2

0

コードをダウンロードしたsvnの場所を教えていただけますか? どの製品を作るつもりですか?

4.0.2 ブランチにフォーカスしている場合、以下は Carbon 4.0.2 ブランチをビルドするためのビルド手順です。maven 3でビルドしてください。

  1. [a]、[b]、[c] からコード ベースをチェックアウトします。
  2. 「orbit/tags/4.0.2/patch-releases/4.0.2/pom.xml」からクリーン ビルドを実行します。
  3. 次に、「kernel/tags/4.0.2/patch-releases/4.0.2/pom.xml」からカーネル モジュールをビルドします。
  4. 最後に、プラットフォーム パッチ リリース pom "/platform/tags/4.0.2/patch-releases/4.0.2/pom.xml" をビルドします。

を。https://svn.wso2.org/repos/wso2/carbon/orbit/tags/4.0.2/

b. https://svn.wso2.org/repos/wso2/carbon/kernel/tags/4.0.2/

c. https://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.2/

于 2012-11-20T11:03:16.657 に答える