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
3a37ddb2
Commit
3a37ddb2
authored
Dec 10, 2013
by
VasylTretiakov
Committed by
Dave Syer
Dec 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed several typos in CONTRIBUTING.md
Fixes gh-158
parent
408e2648
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CONTRIBUTING.md
CONTRIBUTING.md
+2
-2
No files found.
CONTRIBUTING.md
View file @
3a37ddb2
...
@@ -23,7 +23,7 @@ request but before a merge.
...
@@ -23,7 +23,7 @@ request but before a merge.
*
Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and
*
Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and
preferably at least a paragraph on what the class is for.
preferably at least a paragraph on what the class is for.
*
Add the ASF license header comment to all new .java files (copy from existing files in the project)
*
Add the ASF license header comment to all new .java files (copy from existing files in the project)
*
Add yourself as an @author to the .java files that you modify substantially (mo
ew
than cosmetic changes).
*
Add yourself as an @author to the .java files that you modify substantially (mo
re
than cosmetic changes).
*
Add some Javadocs and, if you change the namespace, some XSD doc elements.
*
Add some Javadocs and, if you change the namespace, some XSD doc elements.
*
A few unit tests would help a lot as well - someone has to do it.
*
A few unit tests would help a lot as well - someone has to do it.
*
If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project).
*
If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project).
...
@@ -40,7 +40,7 @@ To build the source you will need to install
...
@@ -40,7 +40,7 @@ To build the source you will need to install
[
Apache Maven
](
http://maven.apache.org/run-maven/index.html
)
v3.0 or above.
[
Apache Maven
](
http://maven.apache.org/run-maven/index.html
)
v3.0 or above.
#### Default build
#### Default build
The project can be buil
d
from the root directory using the standard maven command:
The project can be buil
t
from the root directory using the standard maven command:
$ mvn clean install
$ mvn clean install
...
...
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