Skip to content

puniverse/quasar-mvn-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quasar-mvn-archetype

A Parallel Universe Quasar Maven archetype for standalone Java 1.7+ applications.

Getting started

git clone https://github.com/puniverse/quasar-mvn-archetype
cd quasar-mvn-archetype
mvn install
cd ..
mvn archetype:generate -DarchetypeGroupId=co.paralleluniverse -DarchetypeArtifactId=quasar-mvn-archetype -DarchetypeVersion=0.7.4 -DgroupId=testgrp -DartifactId=testprj
cd testprj
mvn test
mvn clean compile dependency:properties exec:exec

Other useful properties to set during project generation are -DjavaVersion=<1.7|1.8> -DquasarVersion=<quasarVersion, e.g. 0.7.4> -DinstrumentationMethod=<agent|aot>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages