junithelper
junithelper copied to clipboard
creation of test classes fails on nested maven project
Hi,
I am using version 1.12.0 of the eclipse plugin.
when I try to create a test class on a nested Maven project with ALT+9 this error is showing up:
Resource refresh error occurred. Please check access permission to write on directories or files.
It works without a problem if I do the same for a regular Maven project.
the project structure in workspace is
/workspace/ /workspace/project1/pom.xml /workspace/project1/project1-a/pom.xml /workspace/project1/project1-a/src/ /workspace/project1/project1-a/src/main /workspace/project1/project1-a/src/main/java/ /workspace/project1/project1-a/src/test /workspace/project1/project1-a/src/test/java/
project1-a is a module of project1. both are setup as separate eclipse projects, created by m2e "import from repository"
Unfortunately, JUnit Helper Eclipse plugin doesn't support such a maven project structure (which has modules) yet. For now, you can use Maven plugin instead.
still doesnt work :(
Even After 3 yeays Nothing has changed :)