You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kamalpreet (Jira)" <ji...@apache.org> on 2023/05/09 04:46:00 UTC

[jira] [Created] (MDEP-861) Dependency Plugin with "properties" goal not working in Eclipse IDE

Kamalpreet created MDEP-861:
-------------------------------

             Summary: Dependency Plugin with "properties" goal not working in Eclipse IDE
                 Key: MDEP-861
                 URL: https://issues.apache.org/jira/browse/MDEP-861
             Project: Maven Dependency Plugin
          Issue Type: Bug
          Components: properties
            Reporter: Kamalpreet
         Attachments: Screenshot 2023-05-09 at 10.08.58.png

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?
{code:java}

            <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> {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)