Karl Stoney created SOLR-14220: ---------------------------------- Summary: Unable to build 7_7 or 8_4 due to missing dependency Key: SOLR-14220 URL: https://issues.apache.org/jira/browse/SOLR-14220 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Components: Build Affects Versions: 8.4, 7.7 Reporter: Karl Stoney
Attempting to build from: 7_7: https://github.com/apache/lucene-solr/commit/7a309c21ebbc1b08d9edf67802b63fc0bc7affcf or 8_4: https://github.com/apache/lucene-solr/commit/7d3ac7c284b26ce62f41d3b8686f70c7d6bd758d Results in the same build failure: {code:java} BUILD FAILED /usr/local/autotrader/app/lucene-solr/solr/build.xml:685: The following error occurred while executing this line: /usr/local/autotrader/app/lucene-solr/solr/build.xml:656: The following error occurred while executing this line: /usr/local/autotrader/app/lucene-solr/lucene/common-build.xml:653: Error downloading wagon provider from the remote repository: Missing: ---------- 1) org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-7 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-ssh -Dversion=1.0-beta-7 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-ssh -Dversion=1.0-beta-7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) unspecified:unspecified:jar:0.0 2) org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-7 ---------- 1 required artifact is missing. for artifact: unspecified:unspecified:jar:0.0 from the specified remote repositories: central (http://repo1.maven.org/maven2) {code} Previously building 7_7 from 3aad3311a97256a8537dd04165c67edcce1c153c, and 8_4 from c0b96fd305946b2564b967272e6e23c59ab0b5da worked fine. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org