Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/puniverse/quasar-mvn-archetype


https://github.com/puniverse/quasar-mvn-archetype

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# *quasar-mvn-archetype*

A [Parallel Universe Quasar](http://www.paralleluniverse.co/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= -DinstrumentationMethod=`.