mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Problems when base folder contains %2F #45

Open francuesta opened 7 years ago

francuesta commented 7 years ago

Hi, we are having problems with generated app assembler when project's base folder contains %2F. We work with jenkins and bitbucket, when we create a new branch called feature/application-assembly, Jenkins create a folder feature%2Fapplication-assembly to compile it.

In this case, the plugin is generating the scripts in folder: feature%2Fapplication-assembly/.....

But JAR files are installing in: feature/application-assembly/....

So, the script doesn't work.

Could you help us?

Thank you