Sebastian Gooren created WICKET-7166:
----------------------------------------
Summary: Minified wicket-ajax-jquery.js is not in wicket-core
maven artifact
Key: WICKET-7166
URL: https://issues.apache.org/jira/browse/WICKET-7166
Project: Wicket
Issue Type: Bug
Components: wicket-core
Affects Versions: 9.21.0
Reporter: Sebastian Gooren
For one of our projects we have been optimizing all of our resources (css, js).
However, some of our tools complain that the wicket js files are not minified.
So I checked and see that this is true.
In production we see that the standard wicket javascript compressor is used,
which does not do much (it pretty much looks like tabs and some newlines are
stripped). So the non-minified js is loaded and “compressed” once in after
startup.
The maven plugin resources-optimizer-maven-plugin is loaded for this in the
pom.xml, but it seems that it is not outputting anything.
When I browse the wicket-core maven artifact we use (9.21.0), I only see the
original wicket-ajax-jquery.js in it, no wicket-ajax-jquery.min.js;
So it looks like the maven plugin is not minifying the framework js.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)