pentaho / pentaho-reporting

Java class library for generating reports.
GNU Lesser General Public License v2.1
277 stars 360 forks source link

Error compiling tag 10.1.0.0-139 (cannot get dependencies) #1619

Open tiago-s-vieira-alb opened 7 months ago

tiago-s-vieira-alb commented 7 months ago

Using JDK11.

Compiling command: mvn clean install -Dno-osgi

We got this error getting dependencies for this version:

[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-139/pentaho-ce-jar-parent-pom-10.1.0.0-139.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for org.pentaho.reporting:pentaho-reporting:10.1.0.0-139: Could not find artifact org.pentaho:pentaho-ce-jar-parent-pom:pom:10.1.0.0-139 in pentaho-public (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/) and 'parent.relativePath' points at wrong local POM @ line 5, column 11 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.pentaho.reporting:pentaho-reporting:10.1.0.0-139 (C:\SourceCode\pentaho-reporting-10.1.0.0-139\pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.pentaho.reporting:pentaho-reporting:10.1.0.0-139: Could not find artifact org.pentaho:pentaho-ce-jar-parent-pom:pom:10.1.0.0-139 in pentaho-public (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/) and 'parent.relativePath' points at wrong local POM @ line 5, 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

The repository only have versions until 9.6. https://repo.orl.eng.hitachivantara.com/ui/native/pnt-mvn/org/pentaho/pentaho-ce-jar-parent-pom

How can I compile it?

Thanks