Eric Dalquist wrote:
There is a portlet-api-1.0.jar artifact in the Maven repository that was
built by Emmanuel Venisse. The JAR is missing the portlet tag library
tld file though which causes problems with doing JSP compiles and at
times running portlets depending on how the portal/container are set up.
Should the portlet-api artifact in the Maven repository be mastered by
the Pluto project?
No, I think that ideally it should be maintained by the portlet eg.
Since that's unreasonable, I'd say it should be added by someone in the
maven or portals pmc.
Should the existing artifact be updated to include the .tld file? If so
will that break other people's builds?
No, tld's contain implementation details. This should be included in
the portlet container's jar, not in the api jar.
Can the rev # on the JAR be incremented to prevent possible build
issues? (ex: portlet-api-1.0.1.jar)?
Ideally the version should match the api version and any subsequent
erratas taht are posted.
-Eric