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:
* Added: Support the :no_invoke parameter being passed to Buildr.project()
and
Buildr.projects() to avoid attempting to call invoke when
retrieving the projects.
* Added: Add `exclude_paths` setting to pmd addon to allow paths to be
explicitly excluded.
* Fixed: Update jDepend addon to ensure target directories are invoked prior
to attempting
to analyze directories.
* Added: Add jdepend.additional_project_names configuration to jDepend addon
to
ease merging in the source paths from multiple projects into one
jDepend task.
* Added: Add findbugs.additional_project_names configuration to Findbugs
addon to
ease merging in the source paths from multiple projects into one
Findbugs task.
* Added: Add checkstyle.additional_project_names configuration to Checkstyle
addon to
ease merging in the source paths from multiple projects into one
Checkstyle task.
* Added: Add pmd.additional_project_names configuration to PMD addon to ease
merging in
the source paths from multiple projects into one PMD task.
* Fixed: In the PMD addon, check that the source directory exists before
adding to
sources directories to include.
* Fixed: BUILDR-709 - Fix "Exception in jacoco.rb [TypeError : can't convert
Array into
String]". Submitted By Ross Mahony.
* Added: Define the 'activate_jruby_facet' addon that activates the jruby
facet in
generated IDEA project modules.
* Change: Update the Intellij IDEA plugin to support marking directories as
generated.
* Change: Update the Intellij IDEA plugin to correctly identify project paths
as resource
directories.
* Change: Update the default GWT version used in the GWT addon to the latest
release 2.7.0.
* Fixed: Fix GWT addon to explicitly add gwt-dev artifact to gwt compile
path now that
the bug that allowed unintended sharing has been fixed.
* Fixed: Fix bug in IDEA module generation that resulted in dependencies in
IDEA module
using shared references to compile dependencies.
* Change: Update the checkstyle addon to use checkstyle 6.12.1.
To learn more about Buildr and get started:
http://buildr.apache.org/
Thanks!
The Apache Buildr Team