mojohaus / maven-native

https://www.mojohaus.org/maven-native/
MIT License
18 stars 12 forks source link

linkerOutputDirectory create path if it doesn't exist? #36

Open kwhat opened 4 years ago

kwhat commented 4 years ago

I noticed that if <linkerOutputDirectory> doesn't exist, the link goal will fail, at least on linux. Maven provides no method of doing a mkdir so should this option create a folder if it doesn't exist?