Hi, Each folder in my project has a symbolic link to the folder where the backed files exists. Maven happens to compile the files in the current directory as well as the symbolically linked directory and hence throws "duplicate class" error. I have tried using <exclude> in the plugins configuration, but looks like it works for only the sources under main. The sources under the test directory struction still faces the same issue.. Is there a way to tell maven to ignore all the folders with a specific name/ ignore symbolic linked folders. Could you also be a little specific with the solution as I am new to maven.
Thanks -- rajaram -- rajaram