Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
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.