Rework POMs to support automated CI release

This commit is contained in:
Phillip Webb
2013-08-29 22:28:34 -07:00
parent a44f8bc59e
commit a33425920b
32 changed files with 1139 additions and 833 deletions

View File

@@ -52,11 +52,11 @@ import org.apache.ivy.util.MessageLogger;
import org.springframework.boot.cli.Log;
/**
* Customizes the groovy grape engine to enhance and patch the behaviour of ivy. Can add
* Customizes the groovy grape engine to enhance and patch the behavior of ivy. Can add
* Spring repos to the search path, provide simple log progress feedback if downloads are
* taking a long time, and also fixes a problem where ivy cannot use a local Maven cache
* repo.
*
*
* @author Phillip Webb
* @author Dave Syer
*/