Answers for "intelliJ losing track of web xml after maven build"

0

intelliJ losing track of web xml after maven build

<project>
    ...
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-war-plugin</artifactId>
                <version>2.3</version>
                <configuration>
                    <warSourceDirectory>web</warSourceDirectory>
                </configuration>
            </plugin>
        </plugins>
    </build>
    ...
</project>
Posted by: Guest on May-13-2020

Browse Popular Code Answers by Language