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

The customRunnerTemplate parameter should accept URLs and files on classpath. #159

Closed
klieber opened this issue Mar 11, 2013 · 0 comments
Closed
Assignees
Milestone

Comments

@klieber
Copy link
Collaborator

klieber commented Mar 11, 2013

I'd like the customerRunnerTemplate parameter to work similar to how the maven-checkstyle-plugin handles it's configLocation parameter. It accepts a string and then attempts to resolve it first as a classpath resource, then as a URL, and finally as a File (today's behavior). This will improve the ability to share templates. With this solution you could jar up the resource and distribute it that way or better yet, serve the template up on a CDN server and just point to the URL.

@ghost ghost assigned klieber Mar 13, 2013
@klieber klieber closed this as completed in c629a0f Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant