The genapp plugin documents that it will look for user defined templates in ${maven.home.local}/template. However, the code actually looks for them in ${user.home}/template.
This fails if the user has moved the ${maven.home.local} directory.
Description
The genapp plugin documents that it will look for user defined templates in ${maven.home.local}/template. However, the code actually looks for them in ${user.home}/template.
This fails if the user has moved the ${maven.home.local} directory.
Added test case and fix it.