-
Bug
-
Resolution: Unresolved
-
Major
-
None
I have a maven project for automation test with Junit and Selenium. After the tests were added, I generated a test jar using maven-jar-plugin and deploy to Artifactory.
In another maven project, get the test jar from Artifactory as a dependency with <type>test-jar</type> and <scope>test</scope>. It works fine when I do mvn verify in command line. But not working in Jenkins.