Checking 
org.apache.maven.plugin.eclipse.it.EclipsePluginIT_testProject36.build.log:

[DEBUG] Processing resource dir:
D:\ide\maven\maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\src\main\resources
[DEBUG] Resource dir:
D:\ide\maven\maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\src\main\resources
either missing or not a directory.
[DEBUG] Processing resource dir:
D:\ide\maven\maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\src\test\resources
[DEBUG] Resource dir:
D:\ide\maven\maven-eclipse-plugin\target\test-classes\projects\project-36\my-ejb\src\test\resources
either missing or not a directory.

Now I need to work out why this is the case since
maven-eclipse-plugin\src\test\resources\projects\project-36\my-ejb\src
contains:
  main\java
  main\resources
  test\java
  test\resources

Ahh I see, these directories are EMPTY!
So they are not being copied over.

The resources plugin has no documentation about whether it creates
target\* if these directories are empty.

I will post a new message if needed after looking at the code.

I suspect I can safely change the expected .classpath to remove these
unused extra values.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to