Skip to content

Commit

Permalink
fix: correct mvn parameter in README file (#5792)
Browse files Browse the repository at this point in the history
fixes: #5763
  • Loading branch information
manolo committed Nov 29, 2023
1 parent 5da9f4c commit bf88f53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ NOTE: a valid unix terminal with a regular shell is needed for running the utili

## Compiling all modules but excluding ITs

- `mvn clean compile -Drelease -T C2`
- `mvn clean compile -Drelease -T 2C`

## Compiling all the components and their modules including ITs

- `mvn clean test-compile -DskipFrontend -T C2`
- `mvn clean test-compile -DskipFrontend -T 2C`

## Installing all modules

- `mvn clean install -DskipTests -Drelease -T C2`
- `mvn clean install -DskipTests -Drelease -T 2C`

## Serving the IT pages of a component

Expand All @@ -38,7 +38,7 @@ Then navigate to `http://localhost:8080/vaadin-checkbox/checkbox-test` to see th

NOTE: this takes a long while and consumes a lot of resources in your computer, it's better to run tests in the merged repo as it is indicated in the following sections

- `mvn clean verify -T C2`
- `mvn clean verify -T 2C`

## Merging ITs of all components in one module

Expand Down

0 comments on commit bf88f53

Please sign in to comment.