diff --git a/spring-security-modules/spring-security-web-sockets/README.md b/spring-security-modules/spring-security-web-sockets/README.md
index 76717e2fe6..12f7a6ad56 100644
--- a/spring-security-modules/spring-security-web-sockets/README.md
+++ b/spring-security-modules/spring-security-web-sockets/README.md
@@ -10,8 +10,8 @@ This module contains articles about WebSockets with Spring Security
### Running This Project:
-To build the project, run the command: mvn clean install. This will build a war file in the target folder that you can deploye on a server like Tomcat.
+To build the project, run the command: `mvn clean install`. This will build a war file in the target folder that you can deploye on a server like Tomcat.
-Alternatively, run the project from an IDE.
+Alternatively, run the project from an IDE, with the maven goal `org.codehaus.cargo:cargo-maven2-plugin:run`
To login, use credentials from the data.sql file in src/main/resource, eg: user/password.
diff --git a/spring-security-modules/spring-security-web-sockets/pom.xml b/spring-security-modules/spring-security-web-sockets/pom.xml
index b1536e88ea..db0d280da8 100644
--- a/spring-security-modules/spring-security-web-sockets/pom.xml
+++ b/spring-security-modules/spring-security-web-sockets/pom.xml
@@ -155,11 +155,14 @@
spring-security-web-sockets
- org.apache.tomcat.maven
- tomcat7-maven-plugin
- 2.2
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ 1.7.6
- /spring-security-mvc-socket
+
+ tomcat9x
+ embedded
+