HBASE-4483 developer.xml

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1175890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2011-09-26 14:44:51 +00:00
parent debbf2e4c8
commit ee2a23f11f
1 changed files with 18 additions and 1 deletions

View File

@ -120,6 +120,12 @@ mvn test
mvn test -Dtest=TestXYZ
</programlisting>
</section>
<section xml:id="maven.build.commands.unit.package">
<title>Run all Unit Tests for a Package</title>
<programlisting>
mvn test -Dtest=org.apache.hadoop.hbase.client.*
</programlisting>
</section>
</section>
@ -153,7 +159,18 @@ mvn test -Dtest=TestXYZ
</itemizedlist>
</para>
</section>
</section>
<section xml:id="submitting.patches.jira.code">
<title>Code Blocks in Jira Comments</title>
<para>A commonly used macro in Jira is {code}. If you do this in a Jira comment...
<programlisting>
{code}
code snippet
{code}
</programlisting>
... Jira will format the code snippet like code, instead of a regular comment. It improves readability.
</para>
</section>
</section> <!-- jira -->
</section> <!-- getting involved -->
<section xml:id="developing">