When the maven war plugin packages the maven project, the war includes my xml resource in the root directory as well as in the WEB-INF/classes.
Is there any way to not include the one in the root directory of the WAR? Thanks!
When the maven war plugin packages the maven project, the war includes my xml resource in the root directory as well as in the WEB-INF/classes.
Is there any way to not include the one in the root directory of the WAR? Thanks!