Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Any
Description
When activating the Extension-List generation for the jar-plugin :
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<manifest>
<addExtensions>true</addExtensions>
</manifest>
...
Event the dependencies that have only a test scope such as junit, for instance, are included in the manifest.