I am using Java 11
JSF
, Primfaces
Maven project
with wildfly 24
, IntelliJ is not unpacking the nested archives as expected, and you’re ending up with WAR files in the target folder instead of the desired folders
I have enabled Unpack nested archives but in Output Layout it is still showing war files instead of unpack folders please check D:AtCloseCodeCodevtptargetvtp
target folder
I want unpacked folder in vtp folder instead of war file because of this my hot deployment is not working.
what i have tried
- mvn clean install
- generate sources and update all projects
- clear cache of intellij
- check multiple solutions but still not working