Archetype Usage
To utilise the archetypes use the following commands:
mvn archetype:generate \
-DarchetypeGroupId=org.infinispan.archetypes \
-DarchetypeArtifactId=<archetype-name> \
-DarchetypeVersion=1.0.19 \
-DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public
Where <archetype-name>
can be one of the following:
newproject-archetype
Creates skeleton infinispan apptestcase-archetype
Creates a skeleton infinispan test casesstore-archetype
Creates a skeleton implementation of a custom cache store and its configuration
Contributing
If you encounter any issues with the archetypes, or would like to request additional archetypes, please raise an issue on GitHub.
No comments:
Post a Comment