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
b75e58b7
Commit
b75e58b7
authored
May 26, 2018
by
hengyunabc
Committed by
Stephane Nicoll
May 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add enforce-rule to ensure maven version >= 3.5.0
Closes gh-13271
parent
dba73d76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.adoc
README.adoc
+1
-1
pom.xml
spring-boot-project/spring-boot-parent/pom.xml
+3
-0
No files found.
README.adoc
View file @
b75e58b7
...
@@ -103,7 +103,7 @@ https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8.
...
@@ -103,7 +103,7 @@ https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8.
----
----
If you want to build with the regular `mvn` command, you will need
If you want to build with the regular `mvn` command, you will need
https://maven.apache.org/run-maven/index.html[Maven v3.
2.1
or above].
https://maven.apache.org/run-maven/index.html[Maven v3.
5.0
or above].
NOTE: You may need to increase the amount of memory available to Maven by setting
NOTE: You may need to increase the amount of memory available to Maven by setting
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`. Remember
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`. Remember
...
...
spring-boot-project/spring-boot-parent/pom.xml
View file @
b75e58b7
...
@@ -633,6 +633,9 @@
...
@@ -633,6 +633,9 @@
<requireJavaVersion>
<requireJavaVersion>
<version>
[1.8,)
</version>
<version>
[1.8,)
</version>
</requireJavaVersion>
</requireJavaVersion>
<requireMavenVersion>
<version>
[3.5.0,)
</version>
</requireMavenVersion>
<requireProperty>
<requireProperty>
<property>
main.basedir
</property>
<property>
main.basedir
</property>
</requireProperty>
</requireProperty>
...
...
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