rob michael wrote:Hi Madhu,
are you familiar with Maven already?
The pom.xml is the build configuration file that Maven uses to build projects, and this is the core of your maven builds (to maven as build.xml is to ant).
If you want to use Maven & Eclipse I would recommend you install the M2Eclipse plugin - this allows you to import existing maven projects as well as create new ones (which will give you an empty pom file and the required directory structure)
Hi Rob ,
Thank you. I'm not familiar with Maven, I'm beginner to Maven. Recently i developed one
struts project i'm not able to compiling and target folder was not created.
Thanks,
Madhu