Skip to content
Skip to breadcrumbs
Skip to header menu
Skip to action menu
Skip to quick search
Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Sign Up
Dashboard
Maven User
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Page Layout
No Layout
Two column (simple)
Two column (simple, left sidebar)
Two column (simple, right sidebar)
Three column (simple)
Two column
Two column (left sidebar)
Two column (right sidebar)
Three column
Three column (left and right sidebars)
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<h2>How do I start coding?</h2> <ol> <li>Read the <a href="http://maven.apache.org/guides/development/guide-building-m2.html">Guide to Building Maven</a>.</li> <li>Read <a class="confluence-link" href="/display/MAVENUSER/Getting+Started+with+Maven" data-linked-resource-id="66067" data-linked-resource-type="page" data-linked-resource-default-alias="Getting Started with Maven" data-base-url="http://docs.codehaus.org">Getting Started with Maven</a>.</li> <li>For your convenience, here is a script getting you up and running on Unix/Linux/Mac OS with the trunk. You need to have Ant and Subversion installed. <br class="atl-forced-newline" /></li> </ol> <table class="wysiwyg-macro" data-macro-name="noformat" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e25vZm9ybWF0fQ&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre> #!/bin/bash which java 1>/dev/null 2>&1 if [[ $? != 0 ]]; then echo "Could not find java executable. Please install and add it to your PATH" exit 1 fi which ant 1>/dev/null 2>&1 if [[ $? != 0 ]]; then echo "Could not find ant executable. Please install and add it to your PATH" exit 1 fi if [ ! -d "maven-dev/.svn" ]; then svn co https://svn.apache.org/repos/asf/maven/trunks maven-dev if [[ $? != 0 ]]; then echo "Error checking out Maven source code" exit 1 fi fi dir="$PWD" cd "maven-dev/components" if [ -e "$M2_HOME" ]; then version=$(cat pom.xml|sed -e "/<parent>/,/<\/parent>/ d"|grep -m1 "<version>"|sed -e "s/ *<version>\(.*\)<\/version> */\1/g") export M2_HOME="$dir/target/maven-$version" fi mkdir -p "$M2_HOME" echo "Using M2_HOME=$M2_HOME" ant if [[ $? != 0 ]]; then echo "Error building Maven" exit 1 fi echo "Done. You might want to set the following variables:" echo "export M2_HOME=$M2_HOME" echo "export PATH=$M2_HOME/bin:$PATH" </pre></td></tr></table> <h2>How do I write plugins?</h2> <ol> <li>Read <a href="http://maven.apache.org/guides/plugin/guide-java-plugin-development.html">Your First Mojo</a>.</li> <li>Read the <a href="http://maven.apache.org/developers/mojo-api-specification.html">Mojo API Specification</a>.</li> <li>Read chapter 5 of the <a href="http://library.mergere.com">Maven Book</a>.</li> </ol> <h2> I want to propose...</h2> <p>We're glad you found the right one <img class="emoticon emoticon-smile" data-emoticon-name="smile" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/smile.png" alt="(smile)" title="(smile)" /></p> <ol> <li>If you have a proposal, have a look at the <a class="confluence-link" href="/display/MAVEN/All+Proposals" data-linked-resource-id="1835072" data-linked-resource-type="page" data-linked-resource-default-alias="All Proposals" data-base-url="http://docs.codehaus.org">All Proposals</a>, the <a class="confluence-link" href="/display/MAVENUSER/User+Proposals" data-linked-resource-id="2588971" data-linked-resource-type="page" data-linked-resource-default-alias="User Proposals" data-base-url="http://docs.codehaus.org">User Proposals</a> and the <a href="http://maven.apache.org/mail-lists.html">Developer's List</a> if the issue has already been discussed.</li> <li>If not, add your proposal to the <a class="confluence-link" href="/display/MAVENUSER/User+Proposals" data-linked-resource-id="2588971" data-linked-resource-type="page" data-linked-resource-default-alias="User Proposals" data-base-url="http://docs.codehaus.org">User Proposals</a>.</li> <li>If you have a proposal that might need discussion, you can also post it to the <a href="http://maven.apache.org/mail-lists.html">Developer's List</a>.</li> </ol>
Please type the word appearing in the picture.
Attachments
Labels
Location
Watch this page
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced