Created
April 24, 2016 14:12
-
-
Save agritsik/2501b99ed7b007b09325b72c592d61cd to your computer and use it in GitHub Desktop.
Maven archetype for java ee 7 microservice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
mvn archetype:generate \ | |
-DarchetypeGroupId=com.agritsik.maven.archetypes \ | |
-DarchetypeArtifactId=javaee7-micro \ | |
-DarchetypeVersion=1.0-beta-1 | |
# mvn test -Parquillian-glassfish | |
# OR | |
# mvn test -Parquillian-wildfly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment