My application has a dependency on a pom and that pom has some validation errors, which is causing my jenkins build to fail (maven3). The validation errors are just that one of the build profiles for that dependency is not valid, but I'm just using the binary so that shouldn't affect my project.
Is there a way to ignore this error or a workaround (other than modifying the 3rd party pom)?
Edit:
The actual error message is:
[WARNING] The POM for com.jidesoft:jide-oss:jar:2.10.2 is invalid, transitive dependencies (if any) will not be available: 2 problems were encountered while building the effective model for com.jidesoft:jide-oss:2.10.2
[ERROR] 'dependencies.dependency.systemPath' for aqua_ui:ui:jar must specify an absolute path but is ${basedir}/libs/ui.jar @
[ERROR] 'dependencies.dependency.systemPath' for aqua_ui:jrs:jar must specify an absolute path but is ${basedir}/libs/JavaRuntimeSupport.jar @