Change logs for maven-repo-helper source package in Lucid

  • maven-repo-helper (1.0.4) unstable; urgency=low
    
      * Fix "ignores the --no-parent option in the .poms file" (Closes: #573049)
        - mh_installpom: Pass "--no-parent" option to mh_cleanpom.
    
    maven-repo-helper (1.0.3) unstable; urgency=low
    
      * mh_installpoms: Fix call to mh_installpom.
        Use MH_ARGS instead of (non-existing) MH_OPTS variable.
    
    maven-repo-helper (1.0.2) unstable; urgency=low
    
      * A leak of environment variables activated the no-rules option
        on mh_cleanpom, preventing mh_installjar to work properly
        in some cases (Closes: #570863)
     -- Onkar Shinde <email address hidden>   Fri,  26 Mar 2010 16:55:51 +0000
  • maven-repo-helper (1.0.1) unstable; urgency=low
    
      * Bump up Standards-Version to 3.8.4
      * Fix NPE on mh_transformpoms
      * Looks like I missed many files while merging changes
        to Debian, it's now fixed.
    
    maven-repo-helper (1.0) 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
     -- Thierry Carrez <email address hidden>   Sat,  27 Feb 2010 13:48:48 +0000
  • maven-repo-helper (0.9) unstable; urgency=low
    
      * org/debian/maven/repo/POMReader.java:
        Extend previous fix to parse much more properties
        and use expandProperties() like other cases.
    
    maven-repo-helper (0.8) unstable; urgency=low
    
      * org/debian/maven/repo/POMReader.java:
        Fix ${parent.version} parsing inside child's pom.xml
      * Bump Standards-Version to 3.8.3 (no changes needed)
      * Fix Vcs-* fields: use pkg-java SVN repository
    
     -- Matthias Klose <email address hidden>   Mon,  19 Oct 2009 13:20:32 +0100