[
https://issues.jboss.org/browse/ARQ-1986?page=com.atlassian.jira.plugin.s...
]
Aslak Knutsen commented on ARQ-1986:
------------------------------------
Odd, running that through the Jacoco code seems to work just fine. The Dependencies line
is reformatted to max 80 char, but beyond that it seems all good.
Could you try adding the MANIFEST.MF file via addAsManifestResource(new
File("src/main/java/MEtA-INF/MANIFEST.MF")) instead of via the ClassLoader
(String overloaded version). Just in case it's actually finding some 'other'
MANIFEST.MF file?
Jacoco extesion creates empty manifest entries removing the ones
present in the archive
---------------------------------------------------------------------------------------
Key: ARQ-1986
URL:
https://issues.jboss.org/browse/ARQ-1986
Project: Arquillian
Issue Type: Bug
Components: Extension - Jacoco
Affects Versions: jacoco_1.0.0.Alpha8
Reporter: Alexandros Trifyllis
Priority: Minor
The ShrinkWrap generated war file contains an empty MANIFEST.MF instead of the one
specified during archive creation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)