aws-cloudformation / aws-cloudformation/cloudformation-cli
[ERROR] Command execution failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 127 (Exit value: 127)
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
[rpdk.txt](https://github.com/aws-cloudformation/cloudformation-cli/files/12398269/rpdk.txt)
I'm facing this below error while running ``mvn package``
```
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
=== Unhandled exception ===
Please report this issue to the team.
Issue tracker: github.com/aws-cloudformation/cloudformation-cli/issues
Please include the log file 'rpdk.log'
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 127 (Exit value: 127)
```
My dependency in ``pom.xml`` file
```
org.codehaus.mojo
build-helper-maven-plugin
3.0.0
add-source
generate-sources
add-source
${project.basedir}/target/generated-sources/rpdk
```
I'm trying to build this project in GNU/Linux
Contributor guide
Assessment
This issue has not been assessed yet.