Added tomcat-maven-plugin additional src config <additionalConfigFilesDir> to specify using the webgoat tomcat-users file. Everything now works from mvn tomcat:run-war
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@487 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
3a7d946c8f
commit
1c5aaffe3c
12
pom.xml
12
pom.xml
@ -22,8 +22,8 @@
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>${basedir}/java</sourceDirectory>
|
||||
<resources>
|
||||
<sourceDirectory>${basedir}/java</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${basedir}/java</directory>
|
||||
</resource>
|
||||
@ -54,6 +54,14 @@
|
||||
<warSourceDirectory>${basedir}/webapp</warSourceDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>tomcat-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<url>http://localhost:8080/manager</url>
|
||||
<additionalConfigFilesDir>${basedir}/tomcatconf</additionalConfigFilesDir>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user