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 <processorpath> parameter in testCompile Mojo #67

Open
jan-feindt opened this issue Feb 28, 2018 · 2 comments
Open

support <processorpath> parameter in testCompile Mojo #67

jan-feindt opened this issue Feb 28, 2018 · 2 comments

Comments

@jan-feindt
Copy link

in TestCompileMojo getProcessorpathDependencies() returns null

please add support like in CompileMojo

@ifedorenko
Copy link
Contributor

Do you mind giving some details about your usecase, i.e. why do you need test-specific processorpath?

@cyberwasp
Copy link
Contributor

If we use processorpath in plugin than test's compile fails because annotationProcessors is in AbstractCompileMojo but getProcessorpathDependencies is in TestCompileMojo and return null

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