Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
a3a6a2b2
Commit
a3a6a2b2
authored
May 14, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Add CLI manifest for Scoop"
Closes gh-12541
parent
daccdbb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
pom.xml
spring-boot-project/spring-boot-cli/pom.xml
+11
-11
getting-started.adoc
...t/spring-boot-docs/src/main/asciidoc/getting-started.adoc
+2
-2
No files found.
spring-boot-project/spring-boot-cli/pom.xml
View file @
a3a6a2b2
...
...
@@ -333,9 +333,9 @@
<expandproperties
/>
</filterchain>
</copy>
<attachartifact
file=
"${project.build.directory}/homebrew/springboot.rb"
classifier=
"homebrew"
type=
"rb"
/>
</target>
<attachartifact
file=
"${project.build.directory}/homebrew/springboot.rb"
classifier=
"homebrew"
type=
"rb"
/>
</target>
</configuration>
</execution>
<execution>
...
...
@@ -351,24 +351,24 @@
<taskdef
name=
"stringutil"
classname=
"ise.antelope.tasks.StringUtilTask"
/>
<var
name=
"scoop-version"
value=
"${project.version}"
/>
<propertyregex
property=
"scoop-version"
override=
"true"
input=
"${scoop-version}"
regexp=
"(.*)\..*"
replace=
"\1"
/>
input=
"${scoop-version}"
regexp=
"(.*)\..*"
replace=
"\1"
/>
<var
name=
"version-type"
value=
"${project.version}"
/>
<propertyregex
property=
"version-type"
override=
"true"
input=
"${version-type}"
regexp=
".*\.(.*)"
replace=
"\1"
/>
input=
"${version-type}"
regexp=
".*\.(.*)"
replace=
"\1"
/>
<propertyregex
property=
"version-type"
override=
"true"
input=
"${version-type}"
regexp=
"(M)\d+"
replace=
"MILESTONE"
/>
input=
"${version-type}"
regexp=
"(M)\d+"
replace=
"MILESTONE"
/>
<propertyregex
property=
"version-type"
override=
"true"
input=
"${version-type}"
regexp=
"(RC)\d+"
replace=
"MILESTONE"
/>
input=
"${version-type}"
regexp=
"(RC)\d+"
replace=
"MILESTONE"
/>
<propertyregex
property=
"version-type"
override=
"true"
input=
"${version-type}"
regexp=
"BUILD-(.*)"
replace=
"SNAPSHOT"
/>
input=
"${version-type}"
regexp=
"BUILD-(.*)"
replace=
"SNAPSHOT"
/>
<stringutil
string=
"${version-type}"
property=
"repo"
>
<lowercase
/>
</stringutil>
<checksum
algorithm=
"sha-256"
file=
"${project.build.directory}/spring-boot-cli-${project.version}-bin.zip"
property=
"hash"
/>
file=
"${project.build.directory}/spring-boot-cli-${project.version}-bin.zip"
property=
"hash"
/>
<echo
message=
"Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo"
/>
message=
"Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo"
/>
<copy
file=
"${basedir}/src/main/scoop/springboot.json"
tofile=
"${project.build.directory}/scoop/springboot.json"
overwrite=
"true"
>
<filterchain>
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
a3a6a2b2
...
...
@@ -400,8 +400,8 @@ CLI by using the following commands:
Scoop installs `spring` to `~/scoop/apps/springboot/current/bin`.
NOTE: If you do not see the app manifest, your installation of scoop might be out-of-date.
In
that case, run `scoop update` and try again.
NOTE: If you do not see the app manifest, your installation of scoop might be out-of-date.
In
that case, run `scoop update` and try again.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment