Skip to content

Commit

Permalink
Document the default Maven goal
Browse files Browse the repository at this point in the history
Normalize descriptions
  • Loading branch information
garydgregory committed Jan 23, 2025
1 parent e03af14 commit 2da6d8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/site/xdoc/building.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ limitations under the License.
The following <a href="http://maven.apache.org">Maven</a> commands can be used to build io:
</p>
<ul>
<li><code>mvn clean</code> - clean up</li>
<li><code>mvn test</code> - compile and run the unit tests</li>
<li><code>mvn site</code> - create io documentation</li>
<li><code>mvn package</code> - build the jar</li>
<li><code>mvn</code> - runs the default Maven goal which performs all build checks</li>
<li><code>mvn clean</code> - cleans up</li>
<li><code>mvn test</code> - compiles and runs the unit tests</li>
<li><code>mvn site</code> - creates the site and documentation</li>
<li><code>mvn package</code> - creates the jar</li>
</ul>
</section>
</body>
Expand Down

0 comments on commit 2da6d8a

Please sign in to comment.