diff --git a/README.md b/README.md index 39c9e15c..001e39b3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To compile the project without running the integration tests execute `mvn packag To build the documentation execute the following steps: ``` -mvn install -DskipIts +mvn install -DskipITs mvn -f tools mvn -f docs ``` diff --git a/docs/src/site/markdown/index.md.vm b/docs/src/site/markdown/index.md.vm index 07167f44..af1a19a5 100644 --- a/docs/src/site/markdown/index.md.vm +++ b/docs/src/site/markdown/index.md.vm @@ -64,7 +64,7 @@ To compile the project without running the integration tests execute `mvn packag To build the documentation execute the following steps: ``` -mvn install -DskipIts +mvn install -DskipITs mvn -f tools mvn -f docs ```