Skip to content

jainsanju/jsdjskask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

java-hello-world-with-maven

Hello World sample with Java with Maven

Compile

$ mvn compile

Test

$ mvn test

Run

$ mvn exec:java

Package

$ mvn package

Creating this project by Maven

$ mvn archetype:generate \
  -DarchetypeArtifactId=maven-archetype-quickstart \
  -DinteractiveMode=false \
  -DgroupId=info.maigo.lab.hello \
  -DartifactId=maigolab_hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages