Thank you Peter, I've found where this is happening now and it still occurs on 1.7.14-SNAPSHOT.
The maven-jar-plugin is configured to create a test jar by declaring <goal>test-jar</goal> and then reuses the MANIFEST.MF template to create the test jar's manifest.
The tests jar gets sent to maven central as well: http://search.maven.org/#artifactdetails%7Corg.slf4j%7Cslf4j-api%7C1.7.13%7Cjar
Peter do you know why your environment is trying to load this jar? That doesn't seem right. I have not seen this behavior in my own environments, both development and production.
|