[fedora-java] XMvn 0.4.1 release notes

Mikolaj Izdebski mizdebsk at redhat.com
Fri Mar 22 17:06:52 UTC 2013


What's new in XMvn 0.4.1

* Minor bugfixes

  * Read configuration files in sorted order

    In previous versions configuration files were read in in the
    system default order.  This was causing unpredictable results in
    cases where the order of configurationd did matter.

  * Correctly handle conflicts between explicit packaging rules and
    implicit singleton packaging rule

    Previously it was unspecified which of rules would take
    precedence.  Since version 0.4.1 the first rule encountered will
    be used.

  * Don't set scope of optional compile dependencies to <provided>

    The code that was setting scope of optional dependencies to
    <provided> was removed.  This code was meant to be used for
    testing only and it was never supposed to make into a stable
    release.


More information about the java-devel mailing list