Pentaho

 View Only
  • 1.  Build error of pentaho-kettle maste

    Posted 09-13-2023 09:03

    Hi team,

    I'm trying to build pentaho-kettle master branch and get an error. What could be the cause and how to resolve it?

    default@default-VirtualBox:~/pentaho-kettle$ mvn clean install -Dmaven.test.skip=true
    [INFO] Scanning for projects...
    Downloading from pentaho-public: https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/org/pentaho/pentaho-ce-jar-parent-pom/10.1.0.0-SNAPSHOT/maven-metadata.xml
    Downloading from pentaho-public: https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/org/pentaho/pentaho-ce-jar-parent-pom/10.1.0.0-SNAPSHOT/pentaho-ce-jar-parent-pom-10.1.0.0-SNAPSHOT.pom
    [ERROR] [ERROR] Some problems were encountered while processing the POMs:
    [FATAL] Non-resolvable parent POM for org.pentaho.di:pdi:10.1.0.0-SNAPSHOT: Could not find artifact org.pentaho:pentaho-ce-jar-parent-pom:pom:10.1.0.0-SNAPSHOT in pentaho-public (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/) and 'parent.relativePath' points at wrong local POM @ line 16, column 11
     @
    [ERROR] The build could not read 1 project -> [Help 1]
    [ERROR]
    [ERROR]   The project org.pentaho.di:pdi:10.1.0.0-SNAPSHOT (/home/default/pentaho-kettle/pom.xml) has 1 error
    [ERROR]     Non-resolvable parent POM for org.pentaho.di:pdi:10.1.0.0-SNAPSHOT: Could not find artifact org.pentaho:pentaho-ce-jar-parent-pom:pom:10.1.0.0-SNAPSHOT in pentaho-public (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/) and 'parent.relativePath' points at wrong local POM @ line 16, column 11 -> [Help 2]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
    [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException



    ------------------------------
    Thomas Stutz
    Systems Engineer
    Teleperformance AG
    ------------------------------


  • 2.  RE: Build error of pentaho-kettle maste

    Posted 09-13-2023 10:25

    Hi Thomas,

    IMHO you can only wait when parent pom artifacts will be deployed to repository.

    Or checkout this parent pom projects and install locally.



    ------------------------------
    Petr Prochazka
    Systems Engineer
    P.V.A. systems s.r.o.
    ------------------------------



  • 3.  RE: Build error of pentaho-kettle maste

    Posted 09-14-2023 10:39

    Is there a reason you are trying to build from Master and not the last release?  10.1 is currently in development and the master would be less stable as all that code is marged into master.  As Petr noted, you can wait until all the assets are aligned, or you can go back to a prior released branch.



    ------------------------------
    Stephen Donovan
    Digital Solutions Architect
    Hitachi Vantara
    ------------------------------



  • 4.  RE: Build error of pentaho-kettle maste

    Posted 09-15-2023 08:40

    @Stephen Donovan: We would like to test features or bug fixes that are not in the latest release.



    ------------------------------
    Thomas Stutz
    Systems Engineer
    Teleperformance AG
    ------------------------------