Skip to content

Commit

Permalink
Updated to provide links to the contributor guidelines and informatio…
Browse files Browse the repository at this point in the history
…n about the all maven profile
  • Loading branch information
mminella committed Feb 28, 2013
1 parent 8155ded commit 61923bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,6 +19,10 @@ Use Maven 2.2 or 3.0, then on the command line:
or, the first time (to download the stuff that isn't in the Maven Central repository):

$ mvn install -P bootstrap

To perform a full build of all modules (required prior to issuing a pull request) execute the all profile

$ mvn install -P all

## SpringSource Tool Suite (STS)
In STS (or any Eclipse distro or other IDE with Maven support), import the module directories as existing projects. They should compile and the tests should run with no additional steps.
Expand All @@ -42,7 +46,7 @@ Here are some ways for you to get involved in the community:

* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.springsource.org/forumdisplay.php?f=41) by responding to questions and joining the debate.
* Create [JIRA](https://jira.springsource.org/browse/BATCH) tickets for bugs and new features and comment and vote on the ones that you are interested in.
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please familiarize yourself with the process oulined for contributing to Spring projects here: [Contributor Guidelines](https://github.com/SpringSource/spring-integration/wiki/Contributor-Guidelines).
* Watch for upcoming articles on Spring by [subscribing](http://www.springsource.org/node/feed) to springframework.org

Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
Expand Down

0 comments on commit 61923bc

Please sign in to comment.