Jonas created WICKET-5493:
-----------------------------
Summary: Disable jar indexing
Key: WICKET-5493
URL: https://issues.apache.org/jira/browse/WICKET-5493
Project: Wicket
Issue Type: Improvement
Affects Versions: 6.13.0
Reporter: Jonas
Priority: Minor
Wicket's pom.xml uses maven-jar-plugin with <index>true</index>, which creates
META-INF/INDEX.LIST file in the JAR files. This is useless when done only for a
single jar file and might in some cases even be harmful.
I propose to disable the generation INDEX.LIST files both in Wicket 6 and 7.
For a full discussion of the drawbacks, see the corresponding bug track at
Tomcat's Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)