trustin / os-maven-plugin

A Maven plugin that sets various useful properties detected from ${os.name} and ${os.arch} properties.
Apache License 2.0
296 stars 66 forks source link

Make system property and file operations injectable #47

Closed voidzcy closed 3 years ago

voidzcy commented 3 years ago

Creates interfaces for abstracting away system property and file operations. Wrapper plugins can inject their own code for performing those operations in ways compliant to the environment/tool.

See details in #48.

/cc @ejona86

voidzcy commented 3 years ago

Thanks, @voidzcy 🙇 When do you need a new release?

We would need this for making changes to our Gradle plugins. But it isn't something super critical, so you can keep with your release schedule.

voidzcy commented 3 years ago

@trustin Hmm... If possible, could you make a release including this recently? 😃

trustin commented 3 years ago

@voidzcy Just released 1.7.0. :tada: