Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 506 Bytes

README.asciidoc

File metadata and controls

26 lines (20 loc) · 506 Bytes

JavaEE Samples Archetype

Usage

mvn archetype:generate -DarchetypeGroupId=org.javaee-samples -DarchetypeArtifactId=javaee7-arquillian-archetype -DarchetypeVersion=1.0.0-SNAPSHOT

Build / Install locally

cd javaee7-archetype
mvn clean install

How to update

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