Arnd Horstmann created MDEP-643: ----------------------------------- Summary: includeGroupIds ending with ".pom" lead to error Key: MDEP-643 URL: https://issues.apache.org/jira/browse/MDEP-643 Project: Maven Dependency Plugin Issue Type: Bug Components: unpack-dependencies Affects Versions: 3.1.1 Environment: MacOS, Intelij Idea with built-in-terminal Reporter: Arnd Horstmann
a set of dependencies to third-party-jars, which I have to unpack, ends with ".pom" in groupId. When I try to include this groupId with <includeGroupIds>, I get this Error with "mvn clean install": No such archiver: 'pom'. If I rename the groupId in my local .m2-repository (and the effected pom), everything just works fine. By the way: I didn't try ".pom." as a qualifier in the middle... -- This message was sent by Atlassian JIRA (v7.6.3#76005)