You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/02/10 13:41:48 UTC

[wicket] branch wicket-8.x updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-8.x by this push:
     new 2a571b9  Update README.md
2a571b9 is described below

commit 2a571b9007f7e904acfe6a2a44de1fa7243177cc
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sun Feb 10 14:41:43 2019 +0100

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ca8f328..ba0dc24 100644
--- a/README.md
+++ b/README.md
@@ -214,7 +214,7 @@ Maven Toolchains plugin (https://maven.apache.org/guides/mini/guide-using-toolch
 so you must have Maven properly configured to find a JDK 8 distribution on your machine.
 Then you have to run Maven commands activating profiles `buildbot` and `jdk11`
 
-    `mvn install -Pbuildbot,jdk11`
+    `mvn clean install -Pbuildbot,jdk11`
 
 Migrating from 7.x
 ------------------