Search code examples
javahibernatemavenstruts

How to create a Maven project with Hibernate and Struts


How to create a Maven project with Hibernate and Struts 2.

I am hoping to use Eclipse as my IDE.


Solution

  • you could run the following and select project from the list

    mvn archetype:generate
    

    when you're done just change to the newly created project and run the following to have the eclipse project files created, then in eclipse file/import

    mvn eclipse:eclipse