apache / apache/maven-dependency-plugin
[MDEP-643] includeGroupIds ending with ".pom" lead to error
- Dominant language
- Java
- Stars
- 175
- Forks
- 196
- Avg merge
- 19h 30m
- Merged PRs (30d)
- 5
Description
**[Arnd Horstmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=foxah)** opened **[MDEP-643](https://issues.apache.org/jira/browse/MDEP-643?redirect=false)** and commented
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 \, 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...
---
**Affects:** 3.1.1
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the dependency set and `mvn clean install`, then trace how `` handles a groupId ending in `.pom`. Done means that dependency is unpacked successfully without the `No such archiver: 'pom'` error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100