Issue Details (XML | Word | Printable)

Key: MPWAR-11
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Michal Maczka
Reporter: Gareth Hunt
Votes: 0
Watchers: 0
Operations

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

Enhancement for war plugin to deploy tlds from repository

Created: 12/Jun/03 07:46 AM   Updated: 21/Aug/04 10:12 AM   Resolved: 02/Jul/03 05:57 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File plugin.jelly.patch.txt (2 kB)
2. Text File plugin.jelly.patch2.txt (3 kB)

Environment: n/a
Issue Links:
dependent
 


 Description  « Hide

There are some tag library descriptors in the ibiblio repository
(eg for struts). These tlds can be specified in the project.xml as
dependencies.

I have updated the war plugin.jelly, so that the tlds are placed
in the WEB-INF directory of the application when either the war:webapp
or war:war goals are called.

Patch file to follow.



Gareth Hunt added a comment - 19/Jun/03 09:08 AM

Have updated patch to reflect recent changes to the code.
Please ignore older patch file.


Michal Maczka added a comment - 02/Jul/03 05:57 AM

Required functinality was implemented.