What is Maven archetype for Eclipse RCP ?
Use following command to create Eclipse RCP project with Maven.
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate
-DarchetypeCatalog=http://open-archetypes.github.com/maven-repo/releases/
-DarchetypeGroupId=org.openarchetypes
-DarchetypeArtifactId=tycho-eclipse-plugin-archetype
Comments
Post a Comment