Im generating a "war" artifact for my project using intellij, the war file is generated fine but insided it I can only find the compiled version of source code classes , they are in ".java" format while i need them to be in both ".java" and ".class" format. When using eclipse the war is generated having both formats but for some reason i only have this problem while using intellij
here is my artifacts config intellij artifacts config