Setup in pom:
<repositories>
<repository>
<id>maven</id>
<name>Maven Central</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<!-- https://mvnrepository.com/artifact/pentaho/mondrian?repo=pnt-mvn -->
<repository>
<id>pentaho</id>
<name>PNT</name>
<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
</repository>
</repositories>
<dependencies>
<!-- ... -->
<dependency>
<groupId>pentaho</groupId>
<artifactId>mondrian</artifactId>
<version>9.3.0.6-786</version>
</dependency>
</dependencies>
Result when building project:
Failed to execute goal on project dwh: Could not resolve dependencies for project dwh:war:2.0-SNAPSHOT:
Failed to collect dependencies at pentaho:mondrian:jar:9.3.0.6-786:
Failed to read artifact descriptor for pentaho:mondrian:jar:9.3.0.6-786:
The following artifacts could not be resolved: pentaho:mondrian:pom:9.3.0.6-786 (absent):
Could not transfer artifact pentaho:mondrian:pom:9.3.0.6-786 from/to pentaho (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/): status code: 503, reason phrase: Service Unavailable (503) -> [Help 1]
It seems the build is there:
But also when I try to download the jar manually (from above link) it says "Trial license expired".
Maybe someone could just publish to Maven central? And maybe provide some basic information in the readme. Note that I tried to build from mondrian sources, but that doesn't work either. Still requires hitachivantara repo to work and the repo doesn't seem to be working.
PS: Note that I did also try https://repo.orl.eng.hitachivantara.com/artifactory/pntpub-mvn-release-orl/ as the repo url and that didn't seem to change much.
Setup in pom:
Result when building project:
It seems the build is there:
But also when I try to download the jar manually (from above link) it says "Trial license expired".
Maybe someone could just publish to Maven central? And maybe provide some basic information in the readme. Note that I tried to build from mondrian sources, but that doesn't work either. Still requires hitachivantara repo to work and the repo doesn't seem to be working.
PS: Note that I did also try https://repo.orl.eng.hitachivantara.com/artifactory/pntpub-mvn-release-orl/ as the repo url and that didn't seem to change much.