Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven error #25

Open
mohitanchlia opened this issue Dec 15, 2014 · 2 comments
Open

maven error #25

mohitanchlia opened this issue Dec 15, 2014 · 2 comments

Comments

@mohitanchlia
Copy link

When I configure plugin in eclipse I get the following error:

maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.

        <plugin>
            <artifactId>maven-dependency-plugin</artifactId>
            <version>2.8</version>
            <executions>
                <execution>
                    <id>unpack-dynamodb-local</id>
                    <goals>
                        <goal>unpack</goal>
                    </goals>
                    <configuration>
                        <artifactItems>
                            <artifactItem>
                                <groupId>com.jcabi</groupId>
                                <artifactId>DynamoDBLocal</artifactId>
                                <version>2014-10-07</version>
                                <type>zip</type>
                                <outputDirectory>${project.build.directory}/dynamodb-dist</outputDirectory>
                                <overWrite>false</overWrite>
                            </artifactItem>
                        </artifactItems>
                    </configuration>
                </execution>
            </executions>
        </plugin>
@yegor256
Copy link
Member

@mohitanchlia I'm not sure how to fix this, since I'm not using Eclipse... maybe you know?

@tfeak
Copy link

tfeak commented Sep 21, 2015

This is an oddity of the Eclipse maven plugin. There are a few solutions to be found on Stack Overflow. The most complete answer I've found is here: https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html

But the simplest solution I found was to go to the Eclipse Maven preferences and under "Errors/Warning" set the handling of this particular issue to "Ignore"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants