Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puniverse/quasar-mvn-archetype
https://github.com/puniverse/quasar-mvn-archetype
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/puniverse/quasar-mvn-archetype
- Owner: puniverse
- Created: 2014-12-08T14:43:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T14:45:10.000Z (almost 5 years ago)
- Last Synced: 2024-04-16T07:14:44.906Z (7 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 25
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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=`.