My project is located in directories like xFulanov1.56.3, but it always generates war files like target/fulano.war. WAD fails to find my war file, giving me a java.nio.file.NoSuchFileException: target\xFulanov1.56.3.war error message.
Is it possible to tell WAD that it should observe a different filename?
Due to business restrictions, it wouldn't be easy to rename my project directories.
My project is located in directories like
xFulanov1.56.3, but it always generates war files liketarget/fulano.war. WAD fails to find my war file, giving me ajava.nio.file.NoSuchFileException: target\xFulanov1.56.3.warerror message.Is it possible to tell WAD that it should observe a different filename?
Due to business restrictions, it wouldn't be easy to rename my project directories.