pentaho / pdi-sdk-plugins

PDI SDK plugins
111 stars 154 forks source link

I cant build this sh!!!t #94

Open guiseco opened 5 months ago

guiseco commented 5 months ago

Man, i cant build. Always complain about pom.xml artifact missing.

Hectorfdv88 commented 5 months ago

I had the same problem. I managed to compile it by changing all the versions in the POM files to 9.4.0.0-343 (which are the libraries that I already had in the installer).

<version>9.4.0.0-343</version>

So this Maven repository has version 9 but not version 10:

https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/

It doesn't seem like the best solution, but it worked for what I needed."

image

Jjqcoder commented 5 months ago

<version>9.4.0.0-343</version> This version works, thanks!

guiseco commented 5 months ago

Love it! Thank you!!!!