Hello Ivy Team I'm using project-build-plugin with version 8.0.0 in my project But when I build project by maven. The maven can not find some packages in Axon.ivy Libraries EX: ch.ivyteam.ivy.environment, It also happen when I use DatatypeConverter class in package javax.xml.bind Please help me to resolve it. Thanks asked 18.02.2020 at 05:17 anhle |
As the log output shows the 'maven-compiler-plugin' is being used to compile java sources that rely upon the ivy-core. As the execution fails, one can check two things:
If you need more help, share the effective POM of this project > open 'pom.xml' in Maven Pom Editor of the Designer > click tab 'effective-pom'. answered 19.02.2020 at 04:17 Reguel Werme... ♦♦ Thanks Reguel Wermelinger
(21.02.2020 at 03:57)
anhle
|
Hello Reguel Wermelinger Sorry for feedback your answer late. I checked two things:
I checked two things but build maven also fail as Image I updated on my question. answered 23.02.2020 at 23:39 anhle |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.02.2020 at 05:17
Seen: 4,113 times
Last updated: 23.02.2020 at 23:39
looks like the standard maven compiler. Is it? Or are you compiling with the project-build-plugin?
I'm using project-build-plugin with version 8.0.0