Hi,
I configuring a pom.xml in my project and configured to generate a .war file <project> ... <packaging>war</packaging> ... </project> The .war is generated in the target/project.war directory My question is, how to configure the target location on generated the .war file? For example (publish/project.war) Tks Leandro Prado
