Author: ludovicc-guest Date: 2010-01-30 23:20:18 +0000 (Sat, 30 Jan 2010) New Revision: 11448
Modified: trunk/maven-repo-helper/debian/ trunk/maven-repo-helper/debian/changelog trunk/maven-repo-helper/debian/copyright Log: * Add more unit tests * maven.ignoreRules now supports eliminating some plugins from the build * maven.rules can be used to repair missing version numbers for plugins and extensions as well as dependencies (Closes: #561420) * If a pom file is followed by the --ignore option in the file <package>.poms, then it is ignored from the build and all operations (cleaning, patching) * Add support for maven.cleanIgnoreRules to ignore additional dependencies or plugins during the clean phase. * mh_cleanpom automatically adds a published rule for any Maven plugin, this rule is used later by maven-debian-helper to force the versions of the Maven plugins used in a pom.xml file with the versions defined in the repository * Read rules from the Maven repository to force the version of Maven plugins to be the same as in the repository * Add --debian-build and --no-docs-build options to mh_patchpoms to remove some elements from the POM during a Debian build Property changes on: trunk/maven-repo-helper/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Modified: trunk/maven-repo-helper/debian/changelog =================================================================== --- trunk/maven-repo-helper/debian/changelog 2010-01-30 06:39:47 UTC (rev 11447) +++ trunk/maven-repo-helper/debian/changelog 2010-01-30 23:20:18 UTC (rev 11448) @@ -1,3 +1,25 @@ +maven-repo-helper (0.10) unstable; urgency=low + + * Add more unit tests + * maven.ignoreRules now supports eliminating some plugins from the build + * maven.rules can be used to repair missing version numbers for + plugins and extensions as well as dependencies (Closes: #561420) + * If a pom file is followed by the --ignore option in the file + <package>.poms, then it is ignored from the build and all operations + (cleaning, patching) + * Add support for maven.cleanIgnoreRules to ignore additional dependencies or + plugins during the clean phase. + * mh_cleanpom automatically adds a published rule for any Maven plugin, this + rule is used later by maven-debian-helper to force the versions of the + Maven plugins used in a pom.xml file with the versions defined in the + repository + * Read rules from the Maven repository to force the version of + Maven plugins to be the same as in the repository + * Add --debian-build and --no-docs-build options to mh_patchpoms to remove + some elements from the POM during a Debian build + + -- Ludovic Claude <[email protected]> Tue, 12 Jan 2010 00:12:23 +0100 + maven-repo-helper (0.9) unstable; urgency=low * org/debian/maven/repo/POMReader.java: Modified: trunk/maven-repo-helper/debian/copyright =================================================================== --- trunk/maven-repo-helper/debian/copyright 2010-01-30 06:39:47 UTC (rev 11447) +++ trunk/maven-repo-helper/debian/copyright 2010-01-30 23:20:18 UTC (rev 11448) @@ -25,7 +25,7 @@ Copyright: 2006-2009, Codehaus Foundation License: Apache-2.0 -Files: src/test/resources/*.xml +Files: src/test/resources/*.xml src/test/resources/org/apache/maven/project/pom-4.0.0.xml Copyright: 2001-2009, Apache Software foundation License: Apache-2.0 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

