 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Missing maven plugin
Posted: May 07, 2010 - 03:56 AM
|
|
Joined: Jul 24, 2007
Posts: 45
|
|
Hi,
I have this error
| Code: | 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, |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Missing maven plugin
Posted: May 07, 2010 - 10:16 AM
|
|
Registered Member


Joined: Apr 05, 2010
Posts: 68
|
|
Hi 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. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 17, 2010 - 12:59 AM
|
|

Joined: Oct 16, 2010
Posts: 1
|
|
I have the same issue. I downloaded the latest MyEclipse version 8.6 and I didn't change any preference or install any plugins. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 21, 2011 - 09:37 PM
|
|
Registered Member


Joined: May 21, 2011
Posts: 1
|
|
I have same problem with the latest version of MyEclipse for Spring 9.0. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 23, 2011 - 11:24 AM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3364
|
|
Boeing-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? |
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |