Skip to content

pavansw/simpleMavenJunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleMavenJunit

testing simple Junit in Java code with Maven

##To Compile the Code $mvn compile

To run the test cases of Junit

$mvn test

To Package the code n get Jar files

$mvn package

success ful package will give you .jar extension file in target directory. to run the jar file ...

$java -jar target/gs-maven-0.1.0.jar

All the best

Happy Learning

About

testing simple Junit in Java code with Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages