Skip to content

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

Notifications You must be signed in to change notification settings

openweb-nl/hippo-perspective-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published