diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index cba7e2ba835..47980b7a7f5 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -169,7 +169,7 @@ - org.apache.maven.plugins @@ -245,8 +245,35 @@ - org.apache.maven.plugins maven-antrun-plugin + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + foundrylogic.vpp + vpp + 2.2.1 + + + org.apache.ant + ant-nodeps + 1.8.1 + + + org.tigris.antelope + antelopetasks + 3.2.10 + + generate-cli-properties @@ -266,19 +293,49 @@ run + + homebrew + package + + run + + false + + + + + + + + + + + + + + + + + + + + + + + - - - foundrylogic.vpp - vpp - 2.2.1 - - - org.eclipse.m2e diff --git a/spring-boot-cli/src/main/homebrew/springboot.rb b/spring-boot-cli/src/main/homebrew/springboot.rb new file mode 100644 index 00000000000..44d8ab4cfcc --- /dev/null +++ b/spring-boot-cli/src/main/homebrew/springboot.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Springboot < Formula + homepage 'http://projects.spring.io/spring-boot/' + url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-bin.tar.gz' + version '${version}' + sha1 '${checksum}' + + def install + bin.install 'bin/spring' + lib.install 'lib/spring-boot-cli-${version}.jar' + bash_completion.install 'shell-completion.d/bash/spring' + zsh_completion.install 'shell-completion.d/zsh/_spring' + end +end diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index c68d0057f43..a50f70c3d9e 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -241,13 +241,6 @@ org.apache.maven.plugins maven-antrun-plugin 1.7 - - - org.apache.ant - ant - 1.7.0 - - org.codehaus.mojo