I don't use eclipse so I can't say much about this. But when i run 'mvn eclipse:eclipse'
it gives this warning:
[INFO]
----------------------------------------------------------------------------
[INFO] Building suba
[INFO] task-segment: [eclipse:eclipse]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
[INFO] No goals needed for project - skipping
[INFO] [eclipse:eclipse]
[WARNING] This plugin currently doesn't support include patterns for resources. Adding the
entire directory.
Can this be the cause of the problem? Perhaps someone with more experience with the
eclipse plugin can comment.
-Tim
G. B. schrieb:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]