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

https://github.com/javaee-samples/javaee7-archetypes

JavaEE Arquillian Sample Archetype
https://github.com/javaee-samples/javaee7-archetypes

Last synced: 2 months ago
JSON representation

JavaEE Arquillian Sample Archetype

Awesome Lists containing this project

README

          

== JavaEE Samples Archetype

=== Usage

[source, console]
----
mvn archetype:generate -DarchetypeGroupId=org.javaee-samples -DarchetypeArtifactId=javaee7-arquillian-archetype -DarchetypeVersion=1.0.0-SNAPSHOT
----

=== Build / Install locally

[source, console]
----
cd javaee7-archetype
mvn clean install
----

=== How to update

[soruce, console]
----
cd javaee7-sample
mvn archetype:create-from-project
rm -rf ../javaee7-archetype/*
cp -r target/generated-sources/archetype/* ../javaee7-archetype/
----