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

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.

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
```