File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments