Enhancement
Major
Detail
Major
Detail
Enhancement
If the packaging of an application is incorrectly set to "war" instead of "jar", an empty directory is created in WEB-INF/lib instead of a JAR when the application WAR is built. This is because no JAR is built for the application in this case. There is then no JAR artifact for the application and the tl-app plugin cannot copy it to WEB-INF/lib.
Test
- Build WAR.
- A separate line with source and target is logged for all JARS added to the WAR.