Open kwhat opened 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?
<linkerOutputDirectory>
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?