Author: dmeil
Date: Mon Sep 26 14:44:51 2011
New Revision: 1175890
URL: http://svn.apache.org/viewvc?rev=1175890&view=rev
Log:
HBASE-4483 developer.xml
Modified:
hbase/trunk/src/docbkx/developer.xml
Modified: hbase/trunk/src/docbkx/developer.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1175890&r1=1175889&r2=1175890&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/developer.xml (original)
+++ hbase/trunk/src/docbkx/developer.xml Mon Sep 26 14:44:51 2011
@@ -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">