Hi,
Let me give you easy method of creating selenium MAVEN Project
Install Maven
set Maven_HOME
Go for command prompt
type mvn --version
It should display the version which you installed
mvn archetype:generate
select default build no.
provide Group Id
ArtifactId, Version, leave package as blank
navigate to the project folder which you gave
mvn eclipse:eclipse
Go for Eclipse IDE and import project and convert it as Maven project and add all selenium, unitframework libs
You can start automating desired application now.
Happy Automation testing
Regards,
Afzal