diff --git a/spring-security-modules/spring-security-web-sockets/README.md b/spring-security-modules/spring-security-web-sockets/README.md index 12f7a6ad56..34e06fa832 100644 --- a/spring-security-modules/spring-security-web-sockets/README.md +++ b/spring-security-modules/spring-security-web-sockets/README.md @@ -10,7 +10,7 @@ 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 deploy on a server like Tomcat. Alternatively, run the project from an IDE, with the maven goal `org.codehaus.cargo:cargo-maven2-plugin:run` diff --git a/spring-security-modules/spring-security-web-sockets/pom.xml b/spring-security-modules/spring-security-web-sockets/pom.xml index db0d280da8..7b7a5e4659 100644 --- a/spring-security-modules/spring-security-web-sockets/pom.xml +++ b/spring-security-modules/spring-security-web-sockets/pom.xml @@ -157,7 +157,7 @@ org.codehaus.cargo cargo-maven2-plugin - 1.7.6 + ${cargo-maven2-plugin.version} tomcat9x @@ -182,6 +182,7 @@ 1.11.3.RELEASE 1.2.3 1.5.10.RELEASE + 1.7.6 \ No newline at end of file