Issue Details (XML | Word | Printable)

Key: MPEAR-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Michal Maczka
Reporter: Alwyn Schoeman
Votes: 0
Watchers: 0
Operations

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

ear plugin uses wrong variable to set context-root in descriptor

Created: 14/Jul/03 01:51 AM   Updated: 19/Nov/04 04:38 AM   Resolved: 15/Jul/03 02:26 PM
Return to search
Component/s: None
Affects Version/s: 1.1
Fix Version/s: 1.2

Time Tracking:
Not Specified


 Description  « Hide

The context-root element of the application.xml file is not generated correctly as plugin.jelly for the ear plugin uses the wrong variable for the context-root.

The script uses ear.appxml.ear.context-root.

It should be ear.appxml.war.context-root.

Also I seem to remember that the property maven.ear.appxml.generate is
also incorrectly stated as maven.j2ee.ear.appxml.generate in the documentation.



Michal Maczka added a comment - 15/Jul/03 02:26 PM

Fixed


Felipe Leme added a comment - 19/Nov/04 04:38 AM

Marking as closed (was only Fixed).