smartics / smartics-jboss-modules-maven-plugin

Generates an archive of modules based on information in a POM to be copied to an JBoss 7 installation.
https://www.smartics.eu/confluence/display/SJBMMP/
Other
13 stars 10 forks source link

"mvn package" fails without "mvn clean" first #36

Closed rassie closed 7 years ago

rassie commented 7 years ago

The reason is here: File.mkdirs() also returns false if a directory already exists.

RobertReiner commented 7 years ago

Thank you for the catch!

rassie commented 7 years ago

Thanks for the quick fix! Would this fix warrant a bug fix release? Asking for a friend :)

RobertReiner commented 7 years ago

How could I possibly say 'no'? ;)

rassie commented 7 years ago

"Gimme a week" is always a possibility ;-) Thanks!

RobertReiner commented 7 years ago

My pleasure!