documenting Project setup with maven - 2
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 20 Jan 2022 11:54:36 +0000 (12:54 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 20 Jan 2022 11:54:36 +0000 (12:54 +0100)
README.md

index 0dbf8b83ef0aaf0a7b7653e0890abbc5384bbef2..25b2be63054e02e3590e5266b4f0c6ce3f011a69 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,10 +26,16 @@ For working the the UI designs it is recommendet to install the Vaddin Designer
 ### Project setup with maven
 
 ~~~
-mvn install 
+mvn clean install
+~~~
+
+other useful [vaadin plugin commands](https://gwt-maven-plugin.github.io/gwt-maven-plugin/plugin-info.html)
+
+~~~ 
 mvn vaadin:clean
 mvn vaadin:update-theme
 mvn vaadin:update-widgetset
+mvn vaadin:compile
 mvn vaadin:compile-theme
 ~~~