Sunday, 21 February 2016

Create Project for Liferay Using commnad prompt

----------------- MAVEN PROJECT-----------------------

   mvn archetype:generate -DarchetypeGroupId=com.liferay.maven.archetypes -DarchetypeArtifactId=liferay-theme-archetype -      DarchetypeVersion=6.1.1 -DgroupId=groupIdOfMyTheme -DartifactId=NameOfMyTheme -Dversion=1.0.0-SNAPSHOT


------------------------ ANT PROJECT -----------------

create.bat hello-world "Hello World"