We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03af14 commit 2da6d8aCopy full SHA for 2da6d8a
1 file changed
src/site/xdoc/building.xml
@@ -48,10 +48,11 @@ limitations under the License.
48
The following <a href="http://maven.apache.org">Maven</a> commands can be used to build io:
49
</p>
50
<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>
+ <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>
55
+ <li><code>mvn package</code> - creates the jar</li>
56
</ul>
57
</section>
58
</body>
0 commit comments