Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.1
-
None
-
None
-
MacOS, Intelij Idea with built-in-terminal
Description
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...