# Project property file for strutsExample # Final destination for the project's documentation site maven.docs.dest=C:/Program Files/Apache Group/Apache2/htdocs/strutsExample maven.docs.src=${basedir}/src/site/xdoc # When using J2SE 1.4, maven junit plugin can sometimes run into problems if it is not run in a forked process maven.junit.fork=yes # Credentials for using the tomcat manager application through the tomcat plugin for maven maven.tomcat.username=admin maven.tomcat.password=tomcat # Tell the tomcat plugin not to precompile the JSPs maven.tomcat.precompile=false # The directory where we're putting our JSPs and stuff maven.war.src=main/src/main/webapp