it still doesn't work when I run the project using command "mvn tomcat:run".
Another error appears :
Code:
[INFO] -----------------------------------------------------
[ERROR] BUILD ERROR
[INFO] -----------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.maven.plugins
ArtifactId: maven-war-plugin
Version: 2.0.2
Reason: Unable to download the artifact from any repository
org.apache.maven.plugins:maven-war-plugin:pom:2.0.2
do you already build the project successully?
should I try to run / deploy the project using STS or Eclipse IDE ?
Really thanks in advance
Kahlil