bw6-plugin-maven
bw6-plugin-maven copied to clipboard
Issue with BW6 application that has dependency on different JARs
trafficstars
I have a project which uses Java custom functions and below Jars. com.tibco.security.tibcrypt_2.18.303.001.jar com.tibco.xml.cxf.common_1.3.400.001.jar
I have added these as dependencies in pom and have also added maven-compiler-plugin inside plugins. (Image attached) I still get a compliation error during Jenkins build that says " package com.tibco.security does not exist"
What else needs to added for the java class to get compiled?
Thank you!