Skip to content

Maven archetype to create a maven project for a Vanilla Java application

License

Notifications You must be signed in to change notification settings

miya10kei/vanilla-java-blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Java Blank

Maven archetype to create a maven project for a Vanilla Java application.

Install

./mvnw install

How to use

mvn archetype:generate \
  -DarchetypeGroupId=com.miya10kei.archetype \
  -DarchetypeArtifactId=vanilla-java-blank-archetype \
  -DarchetypeVersion=0.0.5

Example

mvn archetype:generate \
  -DarchetypeGroupId=com.miya10kei.archetype \
  -DarchetypeArtifactId=vanilla-java-blank-archetype \
  -DarchetypeVersion=0.0.5 \
  -DgroupId=com.example \
  -DartifactId=hello \
  -Dversion=1.0.0-SNAPSHOT \
  -B
cd hello
chmod +x mvnw*
./mvnw clean package
java -jar target/hello-1.0.0-SNAPSHOT.jar

Hello World!

About

Maven archetype to create a maven project for a Vanilla Java application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages