This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 02eaba65fe6b1f64d3b01bce59e78e9ed963b80a Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Mon Dec 13 23:15:35 2021 +0100 minor edit --- mvn_cheat-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvn_cheat-sheet.md b/mvn_cheat-sheet.md index 238e3d7..19592e1 100644 --- a/mvn_cheat-sheet.md +++ b/mvn_cheat-sheet.md @@ -39,7 +39,7 @@ under the License. | mvn clean deploy -Papache-release -Dgpg.passphrase=<passphrase> | deploys generated artifact to a repository. If -Dgpg.passphrase is not given, expects a gpg-agent running | | mvn clean install -Pintegration-tests | performs a build, enabling functional tests execution (best run from the jspwiki-it-tests folder) | | mvn wro4j:run -Dminimize=true | merge & compress js & css files | -| mvn wro4j:run -Dminimize=false | only merge the js & css files (no compression) | +| mvn wro4j:run -Dminimize=false | only merge the js & css files (no compression) | | mvn clean install -Dmaven.test.skip -Dminimize=false | performs a build, skipping the tests and skip compression | | mvn clean install -Dgenerate-native-launchers=true | (from portable module) performs a build, regenerating the native executables on the portable build |
