Jar file source files compiling

2010-01-22 Thread Eric wais
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

Maven Jar Dependency

2009-08-31 Thread Eric wais
Hi, I currently have a two projects setup making use of maven generating an ear file for each. The setup is as follows: ProjectAFolder --Project1a --Project2a --Pom.xml ProjectBFolder --Project1b --Project2b --Pom.xml The pom.xml has the projects configured as m