[infinispan-dev] Quick start maven archetype (ISPN-817)
Manik Surtani
manik at jboss.org
Mon Dec 6 14:06:41 EST 2010
Early days yet, but if you feel like playing around with it, do:
$ mvn archetype:create \
-DarchetypeGroupId=org.infinispan \
-DarchetypeArtifactId=sample-project \
-DarchetypeVersion=5.0.0-SNAPSHOT \
-DgroupId=<YOUR_GROUP_ID> \
-DartifactId=<YOUR_ARTIFACT_ID>
This will create a skeleton project all set up to work with Infinispan 5.0.0-SNAPSHOT. Replace 5.0.0-SNAPSHOT to 4.2.0-SNAPSHOT for a 4.2.0-ready project. The skeleton project will include some sample configs as well. Pls have a look and provide feedback!
The sample application is a command-line one. To watch it in action, in your newly created project, do this:
$ mvn install -Prun
Cheers
Manik
--
Manik Surtani
manik at jboss.org
Lead, Infinispan
Lead, JBoss Cache
http://www.infinispan.org
http://www.jbosscache.org
More information about the infinispan-dev
mailing list