I am running jenkins with the maven plugin and I am trying to get maven to find the selenium tests that are in the jenkins workspace folder, maven keeps looking for the tests in a folder within the maven path, how can I change this? Thanks.
where I want maven to find the selenium tests: /var/lib/jenkins/workspace/Revenue Selenium Test/Selenium-Tests >> the tests exist here, the pom.xml exists here too. maven plugin is configured to this pom file: /opt/maven-revenue/conf/pom.xml >> Can I simply just change this to point to /var/lib/jenkins/workspace/Revenue Selenium Test/Selenium-Tests/pom.xml ? where maven currently looks for selenium tests: /opt/maven-revenue/conf/src/test/java/com/revenue/selenium/sholomtest >> there are no tests here Thanks.
