Hi m2e Eclipse plugin will honor the exclusion patter in the pom.xml and update the corresponding exclude in the .classpath. So add exclusion patter for package.html in the pom.xml (even though you do not really need it) That should solve it for you. E.g: <classpath> <classpathentry kind="src" path="src/main/java" excluding="**/package.html"/> <classpathentry kind="src" path="src/main/resources" excluding="**/package.html"/> <classpathentry kind="src" path="src/test/java" output="target/test-classes" excluding="**/package.html"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> <classpathentry kind="output" path="target/classes"/> </classpath> Cheers Lucas 10 sep 2013 kl. 15:47 skrev Marshall Schor: We're getting these in our build, if we use Eclipse auto-builds, and don't run -- ![]() Lucas Persson | Principal Member of Technical Staff Phone: +4684773644 | | | Mobile: +46730946656 Oracle Communications Platform ORACLE Sweden | Söder Mälarstrand 29, 6 tr | 118 25 Stockholm Oracle Svenska AB, Kronborgsgränd 17, S-164 28 KISTA, reg.no. 556254-6746 ![]() |
- setting Eclipse build path to exclude package.html to avoid... Marshall Schor
- Re: [m2e-dev] setting Eclipse build path to exclude pa... Lucas Persson
- Re: [m2e-dev] setting Eclipse build path to exclud... Marshall Schor