wu-sheng opened a new pull request, #16: URL: https://github.com/apache/skywalking-graalvm-distro/pull/16
## Summary - Move the antrun `copy-version-properties` execution into a Maven profile activated by `.git` existence. - With git: profile activates, antrun generates `version.properties` in `target/classes/` (same behavior as before). - Source tarball (no `.git`): profile inactive, `release.sh` pre-generated file in `src/main/resources/` is copied as-is by Maven resource processing. ## Test plan - [x] Verified with git: `version.properties` generated correctly (`10.4.0-64a1795-graal-distro`) - [x] Verified with source tarball (no `.git`): pre-generated file preserved (`0.2.0-graal-distro`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
