mmm I don't know what I did ... sorry. This is working but it create an other bigger issues: try doing mvn eclipse:eclipse on it
you would end up with a .classpath like this: <classpath> <classpathentry kind="src" path="." output="myLocation/test/suba"/> <classpathentry kind="src" path="src/main/java"/> <classpathentry kind="output" path="target/classes"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> </classpath> the two src path are overriding each other ... eclipse says : Error suba Cannot nest 'suba/src/main/java' inside 'suba'. To enable the nesting exclude 'src/' from 'suba' Build path I tryied with adding <excludes><exclude>**/*</exclude></excludes> in main pom but that did not change anything. any idea ? -- View this message in context: http://www.nabble.com/Is-execution-inheritance-working--t1438786.html#a3913667 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
