#properties for integration tests ####################### # General properties ####################### BASE_URL=http://localhost:9090 MAX_WAIT_TIME_IN_MS=60000 ADMIN_USERNAME=admin ADMIN_PASSWORD=admin123 SELENIUM_HOST=localhost SELENIUM_PORT=4444 SELENIUM_BROWSER=*firefox DEFAULT_PROJ_GRP_NAME =Default Project Group DEFAULT_PROJ_GRP_ID =default DEFAULT_PROJ_GRP_DESCRIPTION =Contains all projects that do not have a group of their own ######################## # mavenTwoProject group ######################## # Properties for testAddMavenTwoProject M2_POM_URL =http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml M2_PROJ_GRP_NAME=Apache Maven M2_PROJ_GRP_ID=org.apache.maven M2_PROJ_GRP_DESCRIPTION=Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. M2_POM_USERNAME =dummy M2_POM_PASSWORD =dummy # SCM element is missing from pom NOT_SCM_POM_URL =http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-scm-element-pom.xml MISS_CONECT_POM_URL =http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-connection-element-pom.xml MISS_PARENT_POM_URL =http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-parent-pom.xml MISS_SUBPRO_POM_URL =http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-modules-pom.xml ######################## # projectGroup group ######################## TEST_PROJ_GRP_NAME =Test Project Group Name TEST_PROJ_GRP_ID =Test Project Group Id TEST_PROJ_GRP_DESCRIPTION =Test Project Group Description ## Second project group without projects TEST2_PROJ_GRP_NAME =Test Project Group 2 Name TEST2_PROJ_GRP_ID =Test Project Group 2 Id TEST2_PROJ_GRP_DESCRIPTION =Test Project Group 2 Description ######################## # notifier group ######################## WAGON_NOTIFIER_URL =http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml WAGON_SERVER_ID =wagoId MAIL_NOTIFIER_ADDRESS =test@test.com IRC_NOTIFIER_HOST =test.com IRC_NOTIFIER_CHANNEL =test_channel JABBER_NOTIFIER_HOST =test JABBER_NOTIFIER_LOGIN =test_login JABBER_NOTIFIER_PASSWORD =hello JABBER_NOTIFIER_ADDRESS =test@address.com MSN_NOTIFIER_ADDRESS =test@address.com MSN_NOTIFIER_LOGIN =test MSN_NOTIFIER_PASSWORD =hello ######################## # buildDefinition group ######################## BUILD_POM_NAME =pom.xml BUILD_GOALS =test BUILD_ARGUMENTS =--batch-mode --non-recursive BUILD_DESCRIPTION =Maven 2 Build Definition Description