Skip to content

QAddict/maven-runner-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven runner

,,Run jar from maven artifact''

QAddict organization brings various tools mainly for use in Test Automation.

  • Maven runner plugin allows running main class or tests directly from a jar of a maven artifact.
  • No need to have local maven project (pom.xml).
  • Manage dependencies using powerful maven infrastructure.

Running main class

Example of running of a main class from a maven artifact:

mvn org.qaddict:run:main -Din=org.group:artifactId:version -DmainClass=org.group.Main

When the jar contains mainfest with main class, then you can use it even simpler:

mvn org.qaddict:run:main -Din=org.group:artifactId:version

Running TestNG tests using bundled testng.xml

mvn org.qaddict:run:testng -Din=org.group:artifactId:version

About

Run jars directly from maven repo without local pom.xml.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages