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.
- Host: GitHub
- URL: https://github.com/openweb-nl/hippo-catalog-archetype
- Owner: openweb-nl
- Created: 2014-08-18T15:10:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T13:20:24.000Z (almost 12 years ago)
- Last Synced: 2025-02-23T23:28:51.419Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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