-
Notifications
You must be signed in to change notification settings - Fork 156
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
Problem building project #33
Comments
I've installed manually the plugin in my report now running the commad I'd this error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project kettle-sdk-database-plugin: Fatal error compiling: invalid target release: 1.8 -> [Help 1] Can you help me? |
Pentaho 7.0 and later only compile with Java 8. You may need to investigate which JDK version you are using to compile the project. |
When I run mvn clean package site I get this error: [ERROR] Plugin org.jacoco:jacoco-maven-plugin:0.7.7-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.jacoco:jacoco-maven-plugin:jar:0.7.7-SNAPSHOT -> [Help 1] What is the workaround? |
@asheesharora I'd gotten this error as well but it's working now - please update & retest to see if it works for you now |
I'm facing the exact same issue as @asheesharora with a fresh download from this morning (latest commit 5 days ago). I'm quite new to maven.. Is it possible that JaCoCo v0.7.7 cannot be found where expected (where would it be ?).. If yes, maybe we could download it manually (well, not sure where I'd put exactly.. maybe somewhere under .m2\repository ). |
I just did a fresh git clone https://github.com/pentaho/pdi-sdk-plugins.git / mvn clean package site and got "BUILD SUCCESS". I have:
And:
|
Hi, Unfortunately, even now that JaCoCo is in .m2/repository (same as you mentioned), the 7.0 branch still fails to compile. I'm using Maven 3.3.9 and JDK 1.8.0_121 . |
@myobis - I tested building the current pdi-sdk-plugins by installing the demo step plugin into PDI v7.0 and it worked for me. My guess is that the latest of pdi-sdk-plugins is compatible with PDI v7. Here's what I did. From a shell / command prompt:
|
Thank you so much. 👌 Now, let's get pragmatic : It it passes our internal tests, (and PDI is pretty convenient to create test transformations)... that's probably fine enough as the version gap is more reasonable. |
I was getting a similar error. I copied this settings.xml file to |
When I run mvn clean package site I get this error:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.360 s
[INFO] Finished at: 2016-12-28T17:55:15+01:00
[INFO] Final Memory: 9M/121M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.jacoco:jacoco-maven-plugin:0.7.7-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.jacoco:jacoco-maven-plugin:jar:0.7.7-SNAPSHOT -> [Help 1]
The text was updated successfully, but these errors were encountered: