Skip to content

Commit 2da6d8a

Browse files
committed
Document the default Maven goal
Normalize descriptions
1 parent e03af14 commit 2da6d8a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/site/xdoc/building.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ limitations under the License.
4848
The following <a href="http://maven.apache.org">Maven</a> commands can be used to build io:
4949
</p>
5050
<ul>
51-
<li><code>mvn clean</code> - clean up</li>
52-
<li><code>mvn test</code> - compile and run the unit tests</li>
53-
<li><code>mvn site</code> - create io documentation</li>
54-
<li><code>mvn package</code> - build the jar</li>
51+
<li><code>mvn</code> - runs the default Maven goal which performs all build checks</li>
52+
<li><code>mvn clean</code> - cleans up</li>
53+
<li><code>mvn test</code> - compiles and runs the unit tests</li>
54+
<li><code>mvn site</code> - creates the site and documentation</li>
55+
<li><code>mvn package</code> - creates the jar</li>
5556
</ul>
5657
</section>
5758
</body>

0 commit comments

Comments
 (0)