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
80e57624
Commit
80e57624
authored
Jun 08, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x' into 2.1.x
Closes gh-17087
parents
fed11feb
da1d4b8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
build-project.sh
ci/scripts/build-project.sh
+1
-0
pom.xml
pom.xml
+3
-1
No files found.
ci/scripts/build-project.sh
View file @
80e57624
...
@@ -5,5 +5,6 @@ source $(dirname $0)/common.sh
...
@@ -5,5 +5,6 @@ source $(dirname $0)/common.sh
repository
=
$(
pwd
)
/distribution-repository
repository
=
$(
pwd
)
/distribution-repository
pushd
git-repo
>
/dev/null
pushd
git-repo
>
/dev/null
run_maven
-N
clean verify
run_maven
-f
spring-boot-project/pom.xml clean deploy
-U
-Dfull
-DaltDeploymentRepository
=
distribution::default::file://
${
repository
}
run_maven
-f
spring-boot-project/pom.xml clean deploy
-U
-Dfull
-DaltDeploymentRepository
=
distribution::default::file://
${
repository
}
popd
>
/dev/null
popd
>
/dev/null
pom.xml
View file @
80e57624
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
<suppressionsLocation>
src/checkstyle/checkstyle-suppressions.xml
</suppressionsLocation>
<suppressionsLocation>
src/checkstyle/checkstyle-suppressions.xml
</suppressionsLocation>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<encoding>
UTF-8
</encoding>
</configuration>
</configuration>
<goals>
<goals>
<goal>
check
</goal>
<goal>
check
</goal>
...
@@ -73,9 +74,10 @@
...
@@ -73,9 +74,10 @@
<configLocation>
src/checkstyle/nohttp-checkstyle.xml
</configLocation>
<configLocation>
src/checkstyle/nohttp-checkstyle.xml
</configLocation>
<suppressionsLocation>
src/checkstyle/nohttp-checkstyle-suppressions.xml
</suppressionsLocation>
<suppressionsLocation>
src/checkstyle/nohttp-checkstyle-suppressions.xml
</suppressionsLocation>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<encoding>
UTF-8
</encoding>
<sourceDirectories>
${basedir}
</sourceDirectories>
<sourceDirectories>
${basedir}
</sourceDirectories>
<includes>
**/*
</includes>
<includes>
**/*
</includes>
<excludes>
.git/**/*,target/**/,**/.flattened-pom.xml
</excludes>
<excludes>
**/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/**
</excludes>
</configuration>
</configuration>
<goals>
<goals>
<goal>
check
</goal>
<goal>
check
</goal>
...
...
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