[ANN] Maven Changes Plugin 2.12 released

2016-04-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Changes Plugin version 2.12. https://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-changes-plugin 2.12 Release

[ANN] quickdeps: Generate from existing jarfiles

2016-04-03 Thread Aldrin Leal
I've published a silly tool to write the tags given a jarfile(s) called quickdeps: https://github.com/ingenieux/quickdeps Basically it scans the jars + calls search.maven.org in order to generate the metadata. I wrote it to help it convert real ant-based codebases to Maven. Hope it helps :)