We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c1201 commit 882c5e7Copy full SHA for 882c5e7
1 file changed
spring-mvc-forms-jsp/pom.xml
@@ -83,7 +83,6 @@
83
<warSourceDirectory>src/main/webapp</warSourceDirectory>
84
<warName>spring-mvc-forms</warName>
85
<failOnMissingWebXml>false</failOnMissingWebXml>
86
- <outputDirectory>${deploy-path}</outputDirectory>
87
</configuration>
88
</plugin>
89
</plugins>
@@ -99,7 +98,6 @@
99
98
<javax.servlet.jsp-api.version>2.3.1</javax.servlet.jsp-api.version>
100
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
101
<hibernate-validator.version>6.0.10.Final</hibernate-validator.version>
102
- <deploy-path>server default deploy directory</deploy-path>
103
<fileupload.version>1.3.3</fileupload.version>
104
<hibernate.version>5.2.5.Final</hibernate.version>
105
<mysql-connector-java.version>6.0.6</mysql-connector-java.version>
0 commit comments