Skip to content

Commit

Permalink
drop -o from the build doc
Browse files Browse the repository at this point in the history
otherwise maven doesnt find the deps
  • Loading branch information
landryb authored Jun 21, 2022
1 parent 2353ff3 commit 13ba7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-georchestra.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ use the following commands:


```
./mvnw -o clean install -P-docker -Dsearch_without_sql
./mvnw clean install -P-docker -Dsearch_without_sql
./mvnw clean package spring-boot:repackage -P-docker -Dsearch_without_sql -f modules/services/searching/
```

0 comments on commit 13ba7a9

Please sign in to comment.