This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-javadoc-plugin.
commit bd4edbcd3a8318b504e2d4b7b4539a50b8e4fd8b Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 18 08:58:58 2013 +0000 Documented the procedure to update the core Maven plugins in README.source --- debian/README.source | 9 ++++++++- debian/changelog | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source index 8c4cd39..5191709 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,5 +1,12 @@ Information about maven-javadoc-plugin ------------------------------- +-------------------------------------- + +This plugin is a core Maven plugin, if you update it to a new upstream release +the superpom in the maven2-core package must be updated to specify the new +version of the plugin. This pom is bundled in a jar built by the maven2 package, +so the maven2 package has to be rebuilt after installing the updated maven2-core +package. + This package was debianized using the mh_make command from the maven-debian-helper package. diff --git a/debian/changelog b/debian/changelog index 716afe7..51463aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ maven-javadoc-plugin (2.8-1) unstable; urgency=low * debian/copyright: Updated to the Copyright Format 1.0 * Build depend on debhelper >= 9 * Use XZ compression for the upstream tarball + * Documented the procedure to update the core Maven plugins in README.source -- Emmanuel Bourg <[email protected]> Fri, 18 Oct 2013 01:46:27 +0200 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-javadoc-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

