Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/test/groovy disappearing from the classpath when updating maven project #192

Closed
jjurkiewicz opened this issue Aug 10, 2016 · 2 comments

Comments

@jjurkiewicz
Copy link

We have a java maven project with spock tests. The tests are located in src/test/groovy. We used to be able to run these tests in Eclipse with org.codehaus.groovy.m2eclipse_2.9.2.xx-201604081629-e45 installed. When we updated this plugin to org.codehaus.groovy.m2eclipse_2.9.2.xx-201607251752-e45 no longer we can run the tests. Today I've noticed that the problem is even when running Update Maven Project action (Alt+F5). Whenever the action is ran the source folder src/test/groovy disappears from the classpath.

@reckart
Copy link

reckart commented Aug 12, 2016

Looks like a duplicate of #191. Possible solutions are being discussed there. Best have a look.

@eric-milles
Copy link
Member

@jjurkiewicz I believe I fixed this yesterday. The class path entries needed to be touched during the update. I saw the same add and remove toggling for both arc/main/groovy and arc/test/groovy during testing.

Can you retest with the latest snapshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants