facebook

Missing maven plugin

  1. MyEclipse IDE
  2.  > 
  3. Maven for MyEclipse (Maven4MyEclipse)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #308198 Reply

    geek.shrek
    Member

    Hi,

    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,

    #308208 Reply

    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.

    #312032 Reply

    john_hsq
    Member

    I have the same issue. I downloaded the latest MyEclipse version 8.6 and I didn’t change any preference or install any plugins.

    #316950 Reply

    I have same problem with the latest version of MyEclipse for Spring 9.0.

    #316960 Reply

    support-joy
    Member

    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?

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Missing maven plugin

You must be logged in to post in the forum log in