https://github.com/openweb-nl/hippo-perspective-archetype
This maven archetype creates a maven project for creating a new perspective in Hippo CMS via AngularJS and rest services.
https://github.com/openweb-nl/hippo-perspective-archetype
Last synced: 11 months ago
JSON representation
This maven archetype creates a maven project for creating a new perspective in Hippo CMS via AngularJS and rest services.
- Host: GitHub
- URL: https://github.com/openweb-nl/hippo-perspective-archetype
- Owner: openweb-nl
- Created: 2015-01-19T16:10:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T19:41:58.000Z (over 2 years ago)
- Last Synced: 2025-01-05T19:25:26.082Z (over 1 year ago)
- Language: Java
- Size: 1.03 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Perspective Archetype
==========================
Please notice that the property "perspectiveName" is being used as a class name, therefore it is should follow the naming convention of a class
On Linux:
```BASH
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \
-DarchetypeRepository=https://maven.open-web.nl/content/repositories/public/ \
-DarchetypeGroupId=nl.openweb.archetype \
-DarchetypeArtifactId=perspective-archetype \
-DarchetypeVersion=10.2.01
```
On windows:
```BASH
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate ^
-DarchetypeRepository=https://maven.open-web.nl/content/repositories/public/ ^
-DarchetypeGroupId=nl.openweb.archetype ^
-DarchetypeArtifactId=perspective-archetype ^
-DarchetypeVersion=10.2.01
```