Enhancement
Major
Detail
Major
Detail
Enhancement
If you mistakenly set the packaging of an application to "war" instead of "jar", building the application WAR will create an empty directory in WEB-INF/lib instead of a JAR. This is because in this case no JAR is built for the application. Then there is 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 destination is logged for all JARS added to the WAR.