/hippo-perspective-archetype

This maven archetype creates a maven project for creating a new perspective in Hippo CMS via AngularJS and rest services.

Primary LanguageJava

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:

	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:

	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