git clone https://git-wip-us.apache.org/repos/asf/deltaspike.git
If you are looking to contribute to the DeltaSpike source, you must start with the latest version of the code base. DeltaSpike source is stored in the Apache Git repository at https://git-wip-us.apache.org/repos/asf/deltaspike.git
It is also important that you follow the git workflows we have established for the project to ensure efficient and clean collaboration as detailed here.
Checkout the source
git clone https://git-wip-us.apache.org/repos/asf/deltaspike.git
or for a read-only mirror version
git clone https://github.com/apache/deltaspike
Update the repository clone
git pull --rebase
Commits (and in the best case also patches), have to follow our "formatting rules". The following section provides settings for IDEs used by us.
Attached you can find the settings for formatting the source code. Import them via File | Import Settings
For Eclipse you can use this Code Formatter Profile. Import it via Window | Preferences | Java | Code Style | Formatter
Always build and test your changes before you make pull requests to the DeltaSpike repository. For instructions on building the source and running Arquillian tests, see Build and Test DeltaSpike from Source.
Ensure your commits and pull requests follow the our established DeltaSpike GIT workflow.
For general information about Git and using Git, see the following: