tiebin-zhang / powermock

Automatically exported from code.google.com/p/powermock
Apache License 2.0
0 stars 0 forks source link

Incorrect Class-Path entry in powermock-core JAR manifest #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The powermock-core POM specifies that the classpath should be added to the JAR 
manifest. This causes the manifest to contain an entry like this:

Class-Path: powermock-reflect-1.4.12.jar objenesis-1.2.jar javassist-3
 .16.1-GA.jar

However, if the JAR resides in a local Maven repository, these paths are 
incorrect since the artifacts are organized by group ID/artifact ID/version.

Would it be possible to remove this manifest entry?

Original issue reported on code.google.com by atomknig...@gmail.com on 3 Dec 2012 at 5:09

GoogleCodeExporter commented 9 years ago
Please help out with a patch.

Original comment by johan.ha...@gmail.com on 5 Dec 2012 at 8:58

GoogleCodeExporter commented 9 years ago
Patch is attached.

Original comment by atomknig...@gmail.com on 5 Dec 2012 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
Applied the patch, thanks for helping out.

Original comment by johan.ha...@gmail.com on 7 Dec 2012 at 6:10