Issue Details (XML | Word | Printable)

Key: MAVENTAGLIB-12
Type: Task Task
Status: Open Open
Priority: Minor Minor
Assignee: Fabrizio Giustina
Reporter: the toolman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven taglib plugin

Undocumented change in tldgenerate URI generation

Created: 03/Feb/10 22:39   Updated: 03/Feb/10 23:27
Return to search
Issue 3 of 14 issue(s)
<< Previous | MAVENTAGLIB-12 | Next >>
Component/s: None
Affects Version/s: 2.4
Fix Version/s: None

Environment: any


 Description  « Hide

The new 2.4 release differs from the 2.3.1 in the way URIs are constructed.

2.3.1: {tagRoot}/foo/bar : <uri>foo-bar</uri>

2.4: {tagRoot}/foo/bar : <uri>bar</uri>

I think the 2.4 way is acceptable, but there is no changelog or documentation explaining exactly how this URI is built.

Please update the docs to explain this for both earlier and current versions, thanks.



Fabrizio Giustina added a comment - 03/Feb/10 23:18

You are right, the change in the uri was not intentional but introduced by other unrelated changes (the support for multiple taglibs with explicit configurations and initial support for EL functions).

FYI you should be able to obtain the same result as for version 2.3 by esplicitely adding a <taglibs> configuration as explained in http://maven-taglib.sourceforge.net/m2/tldgenerate-mojo.html


the toolman added a comment - 03/Feb/10 23:27

Thanks, I was able to rename my folders to fix the issue; are you planning to revert to the 2.3.1 style, or keep 2.4 style?