Skip to content

Commit

Permalink
Merge pull request #1435 from ivan-egorov42/fixed-readme
Browse files Browse the repository at this point in the history
Fixed readme in eo-maven-plugin
  • Loading branch information
yegor256 committed Nov 10, 2022
2 parents 40123ac + 419a8d2 commit 390cd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ mvn -U clean install

If you want to build your project or run your tests which use eo-maven-plugin, you can change stack size for your purposes by stack-size option:

```
mvn clean install -Pqulice -D.stack-size=1M
```shell
mvn clean install -Pqulice -Dstack-size=1M
```
where 1M is size of stack. By default stack-size = 256M in eo-maven-plugin, maximum size is 1G.

0 comments on commit 390cd95

Please sign in to comment.