tisonkun / os-detector

Detect OS/Platform information for Java program.
Apache License 2.0
5 stars 2 forks source link

Restore Maven 4 extension #11

Closed gnodet closed 1 month ago

gnodet commented 1 month ago

After trying the current main branch, I restored the Maven 4 specific extension.
The reason is that Maven 4 provides a specific extension point for this very usage, and the execution time is way faster than having to go through all projects to manually interpolate all properties. In a project such as Apache Camel (roughly 500 subprojects), the time spend when running Maven 4 with the previous extension is almost 4 seconds at startup, and just nothin with this PR. @tisonkun

tisonkun commented 1 month ago

Thanks for your contribution!

tisonkun commented 1 month ago

Released 0.4.0 for public ref.