Pessoal, estou com o maven 2.2.1 e não estou conseguindo utilizar ele no eclipse.
Já criei a variável de ambiente MAVEN_HOME apontando para o diretório aonde maven foi descompactado e adicionei a pasta $MAVEN_HOME/bin no PATH…
Instalei o plugin no Eclipse Helios através do Help > Install new softare e a Url http://m2eclipse.sonatype.org/sites/m2e
Porém o maven não está funcionando, não encontra os artefatos conforme abaixo:
21/01/11 10h57min17s BRST: Missing artifact javax.servlet:servlet-api:jar:2.5:provided
21/01/11 10h57min17s BRST: Missing artifact javax.servlet.jsp:jsp-api:jar:2.1:provided
21/01/11 10h57min17s BRST: Missing artifact mockobjects:mockobjects-jdk1.3-j2ee1.3:jar:0.09:compile
21/01/11 10h57min17s BRST: Missing artifact javax.servlet:jstl:jar:1.2:compile
21/01/11 10h57min17s BRST: Missing artifact junit:junit:jar:4.7:provided
21/01/11 10h57min17s BRST: Missing artifact org.apache.struts:struts2-core:jar:2.1.8.1:compile
21/01/11 10h57min17s BRST: Missing artifact com.opensymphony:xwork-core:jar:2.1.6:compile
21/01/11 10h57min17s BRST: Missing artifact org.springframework:spring-test:jar:2.5.6:compile
21/01/11 10h57min17s BRST: Missing artifact org.freemarker:freemarker:jar:2.3.15:compile
21/01/11 10h57min17s BRST: Missing artifact ognl:ognl:jar:2.7.3:compile
21/01/11 10h57min17s BRST: Missing artifact commons-io:commons-io:jar:1.3.2:compile
21/01/11 10h57min17s BRST: Missing artifact com.sun:tools:jar:1.5.0:system
21/01/11 10h57min17s BRST: Missing artifact org.apache.struts:struts2-convention-plugin:jar:2.1.8.1:compile
21/01/11 10h57min17s BRST: Missing artifact org.apache.struts:struts-annotations:jar:1.0.5:compile
21/01/11 10h57min17s BRST: Missing artifact org.apache.struts:struts2-tiles-plugin:jar:2.0.14:compile
21/01/11 10h57min17s BRST: Missing artifact org.apache.tiles:tiles-core:jar:2.0.4:compile
21/01/11 10h57min17s BRST: Missing artifact org.apache.tiles:tiles-jsp:jar:2.0.4:compile
21/01/11 10h57min17s BRST: Missing artifact org.apache.tiles:tiles-api:jar:2.0.4:compile
…
Alguem me ajuda ae?