Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
7.7, 8.4
-
None
Description
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:
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)
Previously building 7_7 from 3aad3311a97256a8537dd04165c67edcce1c153c, and 8_4 from c0b96fd305946b2564b967272e6e23c59ab0b5da worked fine.
Attachments
Issue Links
- duplicates
-
LUCENE-9170 wagon-ssh Maven HTTPS issue
- Closed