Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6058835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:38:36+00:00 2026-05-23T08:38:36+00:00

After a long search for a JavaScript compressor I could use in Maven, I

  • 0

After a long search for a JavaScript compressor I could use in Maven, I finally found one:

        <plugin>
            <groupId>net.alchim31.maven</groupId>
            <artifactId>yuicompressor-maven-plugin</artifactId>
            <version>1.1</version>
            <executions>
                <execution>
                    <goals>
                        <goal>compress</goal>
                    </goals>
                </execution>
            </executions>
            <configuration>
                <jswarn>false</jswarn>
            </configuration>
        </plugin>

Now in the latest version of m2e in Eclipse, I get the following error:

Plugin execution not covered by lifecycle configuration: net.alchim31.maven:yuicompressor-maven-plugin:1.1:compress (execution: default, phase: process-resources)

Lovely. I don’t get it—it’s just a plugin. Why can’t m2e simply call any old plugin I have? What’s wrong with this one? How do I fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:38:37+00:00Added an answer on May 23, 2026 at 8:38 am

    See http://wiki.eclipse.org/M2E_plugin_execution_not_covered

    To solve some long-standing issues,
    m2e 1.0 requires explicit instructions
    what to do with all Maven plugins
    bound to “interesting” phases (see M2E
    interesting lifecycle phases
    ) of
    project build lifecycle. We call these
    instructions “project build lifecycle
    mapping” or simply “lifecycle mapping”
    because they define how m2e maps
    information from project pom.xml file
    to Eclipse workspace project
    configuration and behaviour during
    Eclipse workspace build.

    Project build lifecycle mapping
    configuration can be specified in
    project pom.xml, contributed by
    Eclipse plugins and there is also
    default configuration for some
    commonly used Maven plugins shipped
    with m2e. We call these “lifecycle
    mapping metadata sources”. m2e will
    create error marker like below for all
    plugin executions that do not have
    lifecycle mapping in any of the
    mapping metadata sources.

    Plugin execution not covered by lifecycle configuration:
    org.apache.maven.plugins:maven-antrun-plugin:1.3:run
       (execution: generate-sources-input, phase: generate-sources)
    

    m2e matches plugin
    executions to actions using
    combination of plugin groupId,
    artifactId, version range and goal.
    There are three basic actions that m2e
    can be instructed to do with a plugin
    execution — ignore, execute and
    delegate to a project configurator.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After doing a long search on stackoverflow i didn't find any one talked about
After long search with no luck, finally I have decided to ask here. I
After a very long search I'm finally asking this question: How do I do
How long after a document is fed to the Google Search Appliance using a
Well, after a long time writing .net programs in C# I started to feel
Returning to WinForms in VS2008 after a long time.. Tinkering with a OOD problem
I am returning to C++ after a long absence and I am stumbling a
I'm currently re-engaging with Python after a long absence and loving it. However, I
I'm developing a LoB application in Java after a long absence from the platform
I'm getting back in to Cocoa development on the Mac after a long stint

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.