Community
Participate
Working Groups
Build Identifier: 20100917-0705 According to mvnrepository.com, log4j:log4j 1.2.16 has a perfectly good jar artifact: <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> However, if I ask the M2E dependency-adder to look for log4j, it only wants to show me the item of type 'bundle', not jar. Reproducible: Always Steps to Reproduce: 1. Create brand new simple maven project 2. open up pom editor, dependency tab 3. add 4. type in log4j See what you see
looks like a bug in maven indexer as I see the same behaviour in repository.sonatype.org, i.e. only pom and bundle artifacts are shown in the search results for log4j.
Moved to https://github.com/eclipse-m2e/m2e-core/issues/