java - spring mvc configuration in spring tool suite -
i new spring mvc . using ubunto linux , sts 3.7 when create spring web mvc project helloworld following maven error in pom.xml.i have searched many time couldnt solution .
" failure transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 https://repo.maven.apache.org/maven2 cached in local repository, resolution not reattempted until update interval of central has elapsed or updates forced. original error: not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https://repo.maven.apache.org/maven2): operation cancelled. pom.xml /springfirst line 1 maven configuration problem"
can try this:
right click on project --> run --> maven clean
and then
right click on project --> run --> maven install
Comments
Post a Comment