I've just mavenised a project which contained several 3rd party DLLs I've included the DLLs in the POM as dependancies, with the type = dll
When the project is built, the lib folder correctly contains all the DLLs - however, at the point my project attempts to call functions in a DLL, classes in that DLL cannot be found. I believe the problem is, when the jar is built, the manifest doesn't reference any of the DLLs in the class-path section. It only contains JARs, despite them being dependancies in the POM How can I alter the POM, such Maven references the DLLs in the manifest's class-path? Thanks for any help !! -- View this message in context: http://www.nabble.com/How-include-DLLs-in-manifest-class-path--tp24201480p24201480.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
