diff options
author | Wendy Smoak <wsmoak@apache.org> | 2009-05-20 17:26:30 +0000 |
---|---|---|
committer | Wendy Smoak <wsmoak@apache.org> | 2009-05-20 17:26:30 +0000 |
commit | 9c97bf35bca57b121de1650d5e73c2c0cba68496 (patch) | |
tree | 1bddc16075d0857d5a938fcd100b53ab98f0fb16 /archiva-modules/archiva-web/pom.xml | |
parent | 1cc84d7fdc03fda552ac9c16299df2c59bc78b0c (diff) | |
download | archiva-9c97bf35bca57b121de1650d5e73c2c0cba68496.tar.gz archiva-9c97bf35bca57b121de1650d5e73c2c0cba68496.zip |
[MRM-1164] Improve the Selenium tests so testng.properties no longer needs to be modified (patch #4
Submitted by: Marecor Baclay
Also changed the webapp-test profile id to 'it' (integration test). Run with -Pit to include this module.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@776772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 1ca576509..7a2e5d7d6 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -39,7 +39,7 @@ <profiles> <profile> - <id>webapp-test</id> + <id>it</id> <modules> <module>archiva-webapp-test</module> </modules> |