Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 780 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 780 Bytes

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