Open GregDomjan opened 7 years ago
Which version of the plugin are you using?
Sorry I hadn't actually checked for an update before dropping the issue
<plugin>
<groupId>com.samaxes.maven</groupId>
<artifactId>minify-maven-plugin</artifactId>
<version>1.7.4</version>
I should probably update to 1.7.6 anyway, but don't see reference to my underlying issue in changlog.
I did some some work regarding that error in version 1.7.5:
Clearer error message when target directory creation fails (#42, #87, #116).
Can you please try again with the last version of the plugin?
Thanks for that info. My linux host has just failed before I could check, will get back to you once recovered.
Had issue with our desired layout, came up with solution to get files to root folder when running build on Windows
<jsTargetDir>js/..</jsTargetDir> <!-- if empty takes the jsSourceDir value -->
When running build on Linux for clean build get the following issue - doesn't happen on subsequent non-clean build.
Is there a better way to address the jsTarget to the root rather than a subfolder and not match the jsSourceDir?