[ https://issues.apache.org/jira/browse/MDEP-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MDEP-861. ------------------------------- Resolution: Not A Problem No bug here, reach out to the Eclipse community or to the users mailing list. > 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 > Priority: Major > Labels: eclipse, properties > 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)