Hi, I have a jar file that is a dependency on a project. This jar contains source files as well. The problem is that the source files are being compiled (when running clean install) and put in the target directory. Is there anyway to exclude the class files as these are now being included as part of the war file, so I effectively have duplicate class files?
Regards.