blob: e37ea355a6e8e9cf77816fc7281ac4446dc181a4 [file] [log] [blame] [view]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# Guide for new Maven committers
First of all, congratulations, thank you, and welcome to the fold! If you are reading this you've recently been voted in as committer on an Apache Maven project and there are a few things that need to be sorted out before you can participate fully.
The first thing to get out of the way is sending in your contributor's license agreement (CLA). You can't participate at Apache until we have received your signed CLA, so go to the [Apache website](http://www.apache.org/licenses/#clas), print out the CLA, sign it, and send it in ASAP.
Once you've dealt with your CLA, there are a some documents that pertain to Apache as a whole you should read:
- [How the ASF works](http://www.apache.org/foundation/how-it-works.html)
- [Guide for new committers](http://www.apache.org/dev/new-committers-guide.html)
- [The committers FAQ](http://www.apache.org/dev/committers.html)
- [How voting works](http://www.apache.org/foundation/voting.html)
Here are the documents that pertain to Maven specifically:
- [Guide to Maven development](/guides/development/guide-maven-development.html)
- [Setup your committer environment](/developers/committer-environment.html)
And here are the specifics on setting up your Git access:
- [Apache's Source Code Repository](http://www.apache.org/dev/version-control.html)
If you have any questions just ask! We're here to help, and looking forward to working with you!
The Maven Team!