| commit | 7e8720aa5ee4a77ab0d7514204ae9daedeceeef6 | [log] [tgz] |
|---|---|---|
| author | Andreas Veithen <veithen@apache.org> | Fri Dec 07 09:04:34 2012 +0000 |
| committer | Andreas Veithen <veithen@apache.org> | Fri Dec 07 09:04:34 2012 +0000 |
| tree | 7f8e28771d3d57abf3616bd3c37852ba0ada7b7f | |
| parent | 77d82d2fa52a8c458173b8a266fb258ff5bcd7d4 [diff] |
Fixed a build failure.
diff --git a/tests/spring-compat-tests/pom.xml b/tests/spring-compat-tests/pom.xml index 7ea7f3b..21b3a1a 100644 --- a/tests/spring-compat-tests/pom.xml +++ b/tests/spring-compat-tests/pom.xml
@@ -125,7 +125,7 @@ </connectors> <webApp> <resourceBases> - <resourceBase>src/main/webapp</resourceBase> + <resourceBase>${basedir}/src/main/webapp</resourceBase> <resourceBase>${project.build.directory}/webapp</resourceBase> </resourceBases> </webApp>