Skip to content

maven error #25

Open
Open
@mohitanchlia

Description

@mohitanchlia

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions