Guide to helping with Maven
As with any open source project, there are several ways you can help:
- Join the mailing lists and answer other user's questions.
- Report bugs, feature requests and other issues in the issue management system.
- Build Maven for yourself, in order to fix bugs.
- Submit patches to reported issues (both those you find, or that others have filed)
To ease your first contribution, we have a list of "up for grabs" issues, meaning that they should be easy to work on. If you consider picking up larger chunks of work, please reach out on the dev@maven.apache.org list to discuss if the idea and solution strategy are still relevant. - Test releases help test releases that are being voted on (see the dev@maven.apache.org list for release votes)
- Test snapshot plugins help test the latest development versions of plugins and report issues
- Help with the documentation by pointing out areas that are lacking or unclear, and if you can, submitting Pull Requests to correct it: use the "edit" button in the breadcrumb, just after the page title. You can also create appropriate issues by using the issue management system.
Your participation in the community is much appreciated!
Why Would I Want to Help?
There are several reasons these are good things.
- By answering other people's questions, you can learn more for yourself
- By submitting your own fixes, they get incorporated faster
- By reporting issues, you ensure that bugs don't get missed, or forgotten
- You are giving back to a community that has given you software for free
How do I Join the Project?
Projects at Apache operate under a meritocracy, meaning those that the developers notice participating to a high extent will be invited to join the project as a committer.
This is as much based on personality and ability to work with other developers and the community as it is with proven technical ability. Being unhelpful to other users, or obviously looking to become a committer for bragging rights and nothing else is frowned upon, as is asking to be made a committer without having contributed sufficiently to be invited.
Developers Conventions
There are a number of conventions used in the project, which contributors and developers alike should follow for consistency's sake.