diff --git a/pages/common/mvn.md b/pages/common/mvn.md index edc9ce461e..291b250fe1 100644 --- a/pages/common/mvn.md +++ b/pages/common/mvn.md @@ -30,7 +30,7 @@ - Clean and then package the code with a given build profile: -`mvn clean -P{{profile}} package` +`mvn clean -P {{profile}} package` - Run a class with a main method: