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

https://github.com/openweb-nl/hippo-catalog-archetype

Hippo Catalog Archetype is a Maven archetype for setting up a project for an encapsulated catalog.
https://github.com/openweb-nl/hippo-catalog-archetype

Last synced: 8 days ago
JSON representation

Hippo Catalog Archetype is a Maven archetype for setting up a project for an encapsulated catalog.

Awesome Lists containing this project

README

          

hippo-catalog-archetype
=======================

For Linux:

mvn archetype:generate \
-DarchetypeGroupId=nl.openweb.archetype \
-DarchetypeArtifactId=hippo-catalog-archetype \
-DarchetypeVersion=1.0-SNAPSHOT

For Windows:

mvn archetype:generate ^
-DarchetypeGroupId=nl.openweb.archetype ^
-DarchetypeArtifactId=hippo-catalog-archetype ^
-DarchetypeVersion=1.0-SNAPSHOT