diff options
author | Olivier Lamy <olamy@apache.org> | 2012-06-26 22:11:31 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-06-26 22:11:31 +0000 |
commit | d7c9b6fc24f40e47ee758fb2d4d32a37ea7dac1f (patch) | |
tree | f725da5784420e7fc43c89821d13c2fa400bcb35 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 489082953800cdc6294ad07187e3c3ff2f12367d (diff) | |
download | archiva-d7c9b6fc24f40e47ee758fb2d4d32a37ea7dac1f.tar.gz archiva-d7c9b6fc24f40e47ee758fb2d4d32a37ea7dac1f.zip |
avoid writing test files in source tree
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1354264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 957f66d4e..5d34a9912 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -906,6 +906,7 @@ <redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name> <basedir>${basedir}</basedir> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> + <buildDirectory>${project.build.directory}</buildDirectory> </systemPropertyVariables> </configuration> </plugin> |