Native Build Tools 0.9.26's native:metadata-copy
causes MojoExecutionException
when executed on a multi-module Maven project
#500
Labels
bug
Something isn't working
Before reporting
Describe the bug
A clear and concise description of what the bug is.
Make sure that you have read the documentation and that you are using the latest plugin version.
native:metadata-copy
causesMojoExecutionException
when executed on a multi-module Maven project.To Reproduce
When possible, provide a link to a repository which reproduces the issue, with instructions on how to use.
The reproducer must make use of either the Maven or Gradle plugin.
Steps to reproduce the behavior:
./mvnw clean test
is only used to verifythat unit tests are available.
metadataCopy
phase.Please use backticks to properly format code.
If possible please attach a complete reproducer here (either as a zip file or as a link to public repository/branch).
Expected behavior
A clear and concise description of what you expected to happen.
./mvnw -PgenerateMetadata -DskipNativeTests -T1C -B -e clean test native:metadata-copy
has no exception and has normal JSON file output.Logs
Add logs to help explain your problem.
Please use backticks to properly format big logs. Example:
**Error Log as follow**
System Info (please complete the following information):
Windows
]Ubuntu 22.04.3 LTS
22.0 CE
]CE 17.0.8
17
]17
native-gradle-plugin:0.9.10
]native-maven-plugin:0.9.26
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: