allow specified maven options for sam build
Open
stage/pm-review
type/feature
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
allow specifying maven options for sam build
for example system properties with -D or profiles with -P
an environment variable would be a good way for this
e.g.
```
MAVEN_ARGS="-Pprofile1" sam build
```
issue #1105 mentions MAVEN_OPTS, but that is currently not working
Contributor guide
Assessment
This issue has not been assessed yet.