Issue Details (XML | Word | Printable)

Key: MPGENAPP-17
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Felipe Leme
Reporter: Erik Husby
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Application Generation Plugin

Incorrectly assumes user's .maven directory is ${user.home}

Created: 21/Jul/04 03:15 PM   Updated: 25/Oct/05 09:25 PM   Resolved: 25/Oct/05 09:25 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 2.3

Time Tracking:
Not Specified


 Description  « Hide

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.



Felipe Leme added a comment - 25/Oct/05 09:25 PM

Added test case and fix it.