- This topic has 4 replies, 5 voices, and was last updated 14 years, 1 month ago by
support-joy.
-
AuthorPosts
-
geek.shrekMemberHi,
I have this error
Description Resource Path Location Type Could not calculate build plan: Missing: ---------- 1) org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4.1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] ---------- 1 required artifact is missing. for artifact: org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4.1 from the specified remote repositories: central (http://repo1.maven.org/maven2, releases=true, snapshots=false) DBSync Unknown Maven Problem
I’ve tried to add dependency artifact “maven-resources-plugin”, but still doesn’t work
Does anyone have the same problem?
Thanks,
May 7, 2010 at 4:16 am #308208
support-chakriMemberHi geek.shrek,
Can you give me some more information to investigate your issue?
1) What is the version of MyEclipse using?
2) Do you have any other plug-ins installed in ME?
3) Can you send a screen shot of your Maven preference page. Go to “Windows–>Preference–>MyEclipse–>Maven4MyEclipse–>Maven” and select Maven.
4) Are the check boxes in Maven preference page checked adjacent to “Download Repository index updates on startup”, “Download Artifacts Sources” and “Download Artifact Javadoc”. If not, can you check them and try creating a web project with Maven support?
5) try switching to a new workspace.Thanks,
Chakri Vedula.October 16, 2010 at 6:59 pm #312032
john_hsqMemberI have the same issue. I downloaded the latest MyEclipse version 8.6 and I didn’t change any preference or install any plugins.
May 21, 2011 at 3:37 pm #316950
Dennis NguyenMemberI have same problem with the latest version of MyEclipse for Spring 9.0.
May 23, 2011 at 5:24 am #316960
support-joyMemberBoeing-61,
Could you try this – remove the “maven-resources-plugin” from the local repository in your system and build your project again. Let me know how this works for you?
-
AuthorPosts