Skip to content

testing simple Junit in Java code with Maven

Notifications You must be signed in to change notification settings

neluc/simpleMavenJunit-n

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 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

Try this

Helps to learn

About

testing simple Junit in Java code with Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%