Uploaded image for project: 'Maven Dependency Plugin'
  1. Maven Dependency Plugin
  2. MDEP-861

Dependency Plugin with "properties" goal not working in Eclipse IDE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • properties
    • Important

    Description

      I have specified maven-dependency-plugin in the pom.xml . When I run tests with maven CLI. I works fine whereas if I try through Eclipse IDE, it shows `plugin execution is not covered by lifecycle configuration`. How can we mitigate this issue?

      
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-dependency-plugin</artifactId>
                      <version>3.3.0</version>
                      <executions>
                          <execution>
                              <id>getClasspathFilenames</id>
                              <goals>
                                  <goal>properties</goal>
                              </goals>
                          </execution>
                      </executions>
                  </plugin> 

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            kamalpreet.k Kamalpreet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: