diff --git a/README.md b/README.md
index 8bab6b8e1b3..79980bee77a 100644
--- a/README.md
+++ b/README.md
@@ -47,11 +47,11 @@ So install it with: cd deps&&sh ./install-non-oss.sh
Now you are able to activate nonoss build with adding -Dnonoss to maven cli.
to run webapp client:
-mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-beta-1:run -pl :cloud-client-ui -am
+mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-beta-1:run -pl :cloud-client-ui -am -Pclient -Dnonoss
then hit: http://localhost:8080/cloud-client-ui/
or add in your ~/.m2/settings.xml
org.apache.tomcat.maven
-and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am
+and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am -Pclient -Dnonoss
diff --git a/pom.xml b/pom.xml
index dc508172d32..e36d3b35809 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,6 @@
vmware-base
plugins
awsapi
- client
@@ -213,4 +212,13 @@
+
+
+ client
+
+ client
+
+
+
+