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
fc857d83
Commit
fc857d83
authored
Jan 17, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4956 from vpavic/update-readme
* pr/4956: Document use of maven wrapper
parents
0f2c25c4
0ba9a18c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
CONTRIBUTING.adoc
CONTRIBUTING.adoc
+5
-5
README.adoc
README.adoc
+2
-2
No files found.
CONTRIBUTING.adoc
View file @
fc857d83
...
@@ -76,7 +76,7 @@ The project can be built from the root directory using the standard maven comman
...
@@ -76,7 +76,7 @@ The project can be built from the root directory using the standard maven comman
[indent=0]
[indent=0]
----
----
$
mvn
clean install
$
./mvnw
clean install
----
----
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
...
@@ -87,7 +87,7 @@ to submit a pull request:
...
@@ -87,7 +87,7 @@ to submit a pull request:
[indent=0]
[indent=0]
----
----
$
mvn
clean install -DskipTests
$
./mvnw
clean install -DskipTests
----
----
...
@@ -113,7 +113,7 @@ build. To prepare the build, from the root directory use:
...
@@ -113,7 +113,7 @@ build. To prepare the build, from the root directory use:
[indent=0]
[indent=0]
----
----
$
mvn
-P snapshot,prepare install -DskipTests
$
./mvnw
-P snapshot,prepare install -DskipTests
----
----
NOTE: You may notice that preparing the build also changes the
NOTE: You may notice that preparing the build also changes the
...
@@ -126,7 +126,7 @@ Once the build has been prepared, you can run a full build using the following c
...
@@ -126,7 +126,7 @@ Once the build has been prepared, you can run a full build using the following c
[indent=0]
[indent=0]
----
----
$
mvn
-s ./settings.xml -f spring-boot-full-build -P full clean install
$
./mvnw
-s ./settings.xml -f spring-boot-full-build -P full clean install
----
----
NOTE: As for the standard build, you may need to increase the amount of memory available
NOTE: As for the standard build, you may need to increase the amount of memory available
...
@@ -200,7 +200,7 @@ following command:
...
@@ -200,7 +200,7 @@ following command:
[indent=0]
[indent=0]
----
----
$
mvn
eclipse:eclipse
$
./mvnw
eclipse:eclipse
----
----
The generated eclipse projects can be imported by selecting `import existing projects`
The generated eclipse projects can be imported by selecting `import existing projects`
...
...
README.adoc
View file @
fc857d83
...
@@ -124,14 +124,14 @@ available so you need to build that first since it's not generated by default.
...
@@ -124,14 +124,14 @@ available so you need to build that first since it's not generated by default.
[indent=0]
[indent=0]
----
----
$
mvn
clean install -pl spring-boot-tools/spring-boot-maven-plugin -Pdefault,full
$
./mvnw
clean install -pl spring-boot-tools/spring-boot-maven-plugin -Pdefault,full
----
----
Once this is done, you can build the reference documentation with the command below:
Once this is done, you can build the reference documentation with the command below:
[indent=0]
[indent=0]
----
----
$
mvn
clean install -pl spring-boot-docs -Pdefault,full
$
./mvnw
clean install -pl spring-boot-docs -Pdefault,full
----
----
TIP: The generated documentation is available from `spring-boot-docs/target/contents/reference`
TIP: The generated documentation is available from `spring-boot-docs/target/contents/reference`
...
...
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