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
Use versions-maven-plugin to report versions to update #5208
Labels
Milestone
Comments
romani
added a commit
that referenced
this issue
Nov 7, 2017
romani
added a commit
that referenced
this issue
Nov 30, 2017
romani
added a commit
that referenced
this issue
Dec 1, 2017
fix is merged, validation will rub base cron trigger each saturday , PRs will not be affected, to ignore - simply relaunch or merge new commit. |
romani
added a commit
that referenced
this issue
Dec 5, 2017
romani
added a commit
that referenced
this issue
Dec 14, 2017
romani
added a commit
that referenced
this issue
Dec 14, 2017
timurt
pushed a commit
to timurt/checkstyle
that referenced
this issue
Dec 19, 2017
timurt
pushed a commit
to timurt/checkstyle
that referenced
this issue
Dec 19, 2017
timurt
pushed a commit
to timurt/checkstyle
that referenced
this issue
Dec 19, 2017
timurt
pushed a commit
to timurt/checkstyle
that referenced
this issue
Dec 19, 2017
…s version validation
timurt
pushed a commit
to timurt/checkstyle
that referenced
this issue
Dec 19, 2017
timurt
pushed a commit
to timurt/checkstyle
that referenced
this issue
Dec 19, 2017
…ent to let versions plugin notify about update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VersionEye is going to shut down at the end of the year https://blog.versioneye.com/2017/10/19/versioneye-sunset-process/, we need to use maven plugin to report versions to us in CI(Travis) on build for master only.
Our report now is http://checkstyle.sourceforge.net/dependency-updates-report.html
We need to suppress all references to odd versions.
mojohaus/versions#157
We could generate XML report and do post processing of it by some shell commands(grep, xmlstarlet, .....) or ... .
FYI:
https://stackoverflow.com/questions/47802951/how-most-basic-pom-file-get-pluginmanagement-in-effective-pom/47803911#47803911
The text was updated successfully, but these errors were encountered: