Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven repo URL does not exist #1356

Open
bcaure opened this issue Jun 23, 2020 · 2 comments
Open

Maven repo URL does not exist #1356

bcaure opened this issue Jun 23, 2020 · 2 comments

Comments

@bcaure
Copy link

bcaure commented Jun 23, 2020

As specified in README, when I run mvn install, I got an error "Unknown host repo.orl.eng.hitachivantara.com":

Plugin org.codehaus.mojo:build-helper-maven-plugin:3.1.0-pentaho or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0-pentaho: Could not transfer artifact org.codehaus.mojo:build-helper-maven-plugin:pom:3.1.0-pentaho from/to pentaho-public (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn): Transfer failed for https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/org/codehaus/mojo/build-helper-maven-plugin/3.1.0-pentaho/build-helper-maven-plugin-3.1.0-pentaho.pom: Unknown host repo.orl.eng.hitachivantara.com

@cardosov
Copy link
Contributor

Try adding the following mirror to your settings.xml file:

<mirror>
  <id>pentaho-nexus</id>
  <url>http://nexus.pentaho.org/content/groups/omni</url>
</mirror>

@xiaoxin05
Copy link

please are you slove this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants