Skip to content

qa-automation-challenge/cicd-mvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message Receiver App

How to run unit tests ?

$ mvn clean test

How to compile & run the app ?

$ mvn clean package
$ mv target/message-receiver.jar .
$ java -cp message-receiver.jar com.celfocus.qa.cicd.training.Main <your_message>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published