You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Peter Donald <do...@apache.org> on 2013/11/09 03:50:26 UTC

[ANNOUNCE] Apache Buildr 1.4.15 released

Apache Buildr is a build system for Java-based applications, including support
for Scala, Groovy and a growing number of JVM languages and tools.  We wanted
something that's simple and intuitive to use, so we only need to tell it what
to do, and it takes care of the rest.  But also something we can easily extend
for those one-off tasks, with a language that's a joy to use.


New in this release:

  * Change: Update to TestNG 6.8.7.
  * Change: Updated the 'test_jar' package type to have a
            classifier of 'tests' and thus match maven
            conventions. Reported by Chris Bozic.
  * Fixed:  BUILDR-689 - Ensure that war file includes generated
            assets rather than the "source" assets that may have
            been filtered.
  * Fixed:  BUILDR-689 - Define assets task before the project is
            defined to avoid "undefined method `project='" if the
            project attempts to generate into the same directory.
  * Added:  BUILDR-679 - Support uploading to a snapshot repository
            defined by repositories.snapshot_to if the artifact is
            a snapshot. Submitted by Tammo van Lessen.
  * Change: Update the jaxb_xjc addon to add output directory to
            generated IDEA project files.
  * Change: Update the default output directory used in the jaxb_xjc
            addon to use Maven conventions.
  * Fixed:  Bug in IdeaProject.partition_dependencies resulted in
            projects being rebuilt if artifacts were added to the
            project with dependencies on the current project.
  * Fixed:  BUILDR-605 - Ensure package task invokes included paths.
  * Fixed:  BUILDR-609 - compile.from should accept Task argument.


To learn more about Buildr and get started:
http://buildr.apache.org/

Thanks!
The Apache Buildr Team