From the wrox-pix-web directory , run the command mvn eclipse:eclipse
This will create a eclipse project for you.
Import the wrox-pix-web project as an eclipse project using Import an existing project option. The .classpath contains the M2_REPO variable which you need to set it for resolving dependencies. Create a Java build path variable M2_REPO and point to your local maven repository, typical location is C:\Documents and Settings\$username\.m2\repository.
|