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

Build Failure: Could not transfer artifact org.pentaho:pentaho-parent-pom:xml:site_en:7.1.0.0-12 from/to central #53

Open
vardantandon opened this issue Oct 20, 2017 · 0 comments

Comments

@vardantandon
Copy link

vardantandon commented Oct 20, 2017

I tried to download the pdi-sdk-plugins-7.1.0.0 and ran mvn clean package site but I end up getting the error stated in the heading. I already had an existing settings.xml but I downloaded the setting.xml which specifies the new repository http://nexus.pentaho.org/content/groups/omni/ and renamed it in the .m2 folder and made the project point to this setting instead. End up getting the same error and again it seems to be downloading from an artifactory url. In addition, I copied the repository tags from the latest sdk 8.0.0 in the pom.xml :

 <repositories>
    <repository>
      <id>pentaho-public</id>
      <name>Pentaho Public</name>
      <url>http://nexus.pentaho.org/content/groups/omni/</url>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>interval:15</updatePolicy>
      </snapshots>
    </repository>
  </repositories>

Same problem again, however this time it does seem to download from nexus also !
Is there any way I can override the repository it is downloading the dependencies from such that it only downloads from nexus and not artifactory. ?

Thanks !

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

1 participant