Actually, the unpacked apklibs are in:
target\unpack\apklibs
Each unpacked apklib is named as follow:
packageName_ApkLibModuleName_apklib_Version
Example:
com.company.app.module.something_MyModule_apklib_1.0.0-SNAPSHOT
That makes, the folder name bigger. How can I change this name to have only something like:
target\unpack\apklibs\MyModule
target\unpack\apklibs\MySecondModule
...
Thanks