Create and Run ZK Application with Maven Artifacts"
From Documentation
Line 10: | Line 10: | ||
*Fill the first 4 field '''(you can change them later)''' --> Click '''[Finish]''' | *Fill the first 4 field '''(you can change them later)''' --> Click '''[Finish]''' | ||
*:[[File:ZK_Installation_Guide_Maven_step3.png]] | *:[[File:ZK_Installation_Guide_Maven_step3.png]] | ||
− | == Add | + | == Add Web Project Facet (WTP Support) == |
+ | *Right Click on your Maven Project -> Choose '''Properties''' -> Choose '''Project Facets''' -> Check '''Dynamic Web Module''' | ||
+ | *: Note: if it showing '''Covert facet from...''', simply click it to enable facet. | ||
+ | *:[[File:ZK_Installation_Guide_Maven_web1.png]] | ||
+ | *Click '''Further configuration available'''' | ||
=How to run Maven project on Run-Jetty-Run= | =How to run Maven project on Run-Jetty-Run= |
Revision as of 05:04, 7 July 2011
ZK Maven Project Overview
How to create Maven web project
Create Maven Project
- [File] -> [New] -> [Other] --> [Maven Project]
- Check Create a simple Project
- Fill the first 4 field (you can change them later) --> Click [Finish]
Add Web Project Facet (WTP Support)
- Right Click on your Maven Project -> Choose Properties -> Choose Project Facets -> Check Dynamic Web Module
- Click Further configuration available'