-
Notifications
You must be signed in to change notification settings - Fork 267
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
Enable the Versions Plugin to find rules via the classpath #193
Comments
I will provide an PR for this issue. |
That would be great... |
I am working on a PR including tests and additions to the documentation. |
obfischer
added a commit
to obfischer/fork-of-versions-maven-plugin
that referenced
this issue
Aug 14, 2017
…fore more details.
obfischer
added a commit
to obfischer/fork-of-versions-maven-plugin
that referenced
this issue
Aug 14, 2017
…vaDoc. See mojohaus#193 for more.
obfischer
added a commit
to obfischer/fork-of-versions-maven-plugin
that referenced
this issue
Aug 14, 2017
…om the classpath. See mojohaus#193 for more.
Can you please squash the commits.... |
Yes, will do that before I will create an PR. |
obfischer
added a commit
to obfischer/fork-of-versions-maven-plugin
that referenced
this issue
Aug 16, 2017
o Added support for loading rules from the classpath. o Mentioned support for loading the rules file from the classpath in JavaDoc. o Update the documentation with an example how to load a rules files from the classpath.
I created an PR for this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could be usefull to search for rules also on the classpath to ease the use of a single rules set in multiple projects. This would allow a user of the Maven Versions Plugin to distribute its rules set inside a Jar and to integrate in a Maven project by using the standard Maven dependency mechanism.
The text was updated successfully, but these errors were encountered: