Vaadin 7.2.2

Thanks for your reply, I tryed above the maven command in my windows 8 os system. it’s creating maven application but i never getting web.xml also WEB-INF folder. i tryed below that command,


this is url maven command is not working i am getting error :
mvn archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=7.2.2 -Dpackaging=war


this is my maven command it’s create successfuly project but i got WEB-INF and web.xml is not generating :

mvn archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=7.2.2 -DgroupId=i2s -DartifactId=test-vaadin7 -Dversion=1.0 -Dpackaging=war

I want vaadin7 version project with autogentrated web.xml inculding servlet configuration and wiget configuration … etc… like vaadin6 project.

herer i attached vaadin project setup and creating process screen shot. Please find attachment and if any wrong for me let me know suggestion how create vaadin7 project

cuttently i am using eclipse kelper IDE

Regards
Karthik
15220.png
15221.png
15222.png
15223.png
15224.png
15225.png