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

Support validating test classes in Maven Mojo #4

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments
Closed

Support validating test classes in Maven Mojo #4

GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

The current MavenMojo class can only validate classes from the build/classes 
dir, not the test dir. It might be possible to do this with the same Mojo, but 
the problem here is the DependencyResolutionScope, which cannot be changed at 
runtime.
I think we must add a second Mojo (ideally all Mojos using the same default 
base class, only providing access to defaults and classpath)

Original issue reported on code.google.com by uwe.h.schindler on 12 Feb 2013 at 8:25

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

No branches or pull requests

1 participant