Update the fron page with hightlights from the latest release
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c9fa91b6 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c9fa91b6 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c9fa91b6 Branch: refs/heads/master Commit: c9fa91b612f6810c7799851dffacd458188d5c10 Parents: 86dc88d Author: Peter Donald <[email protected]> Authored: Sat May 3 14:56:28 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sat May 3 14:56:28 2014 +1000 ---------------------------------------------------------------------- doc/index.textile | 65 ++++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/c9fa91b6/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index c461024..d8fc162 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,56 +46,21 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New -Highlights from Buildr 1.4.15 (2013-11-06) -* 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 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. - -Highlights from Buildr 1.4.14 (2013-10-11) -* Fixed: Fixed regression in gwt addon. -* Fixed: Fixed regression using transitive dependencies due to - presence of :scope option in Artifacts.to_hash. -* Fixed: BUILDR-681 - Stop empty projects creating target/webapp. -* Fixed: Fixed several regressions in in the Intellij IDE - project file generation. - -Highlights from Buildr 1.4.13 (2013-10-02) - -* Fixed: Upgrade rjb dependency so that you can change JVMs by - modifying JAVA_HOME rather than recompiling rjb. -* Change: Update to TestNG 6.8.5. -* Fixed: Several Ruby 2.0.0 failures have been addressed. -* Fixed: Make archive-related operations use a deterministic ordering. -* Added: Initial support for simple integration of an asset pipeline. - See "Compiling Assets" section in the manual. -* Change: Improve the Intellij IDEA plugin substantially. -* Change: Improve the gpg addon. -* Fixed: BUILDR-676 - Support the :dir option in Java::Command:java. - Reported by John Roth. -* Fixed: Improve downloading from Maven Central to avoid caching and - set the "User-Agent" http header. -* Change: Change default scope of dependencies to 'compile'. Submitted - by Ingo Schmidt. -* Fixed: BUILDR-673 - Fix the option handling of the MultiTest test - framework to behave as documented. Submitted by John Roth. -* Added: BUILDR-672 - Allow the user to modify the properties field in - the checkstyle addon. Submitted by Wim C. +Highlights from Buildr 1.4.16 (2014-05-03) + +* Added: Add the ability to generate a html report when using the + jacoco addon. Extracted from the ode project. +* Change: Improved the error handling when generating java from wsdl + in the wsgen addon. +* Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that + improves Java 7 compatibility. +* Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7 + compatibility. +* Change: Improve the 'buildr/gwt' addon to easily support different + gwt versions. Fix several bugs with the addon at the same + time. +* Fixed: Avoid crash in GPG addon if unable to create a pom + for an artifact. This is a partial list -- see the "CHANGELOG":CHANGELOG for full details.
