Syvalta a écrit :
Jason van Zyl-2 wrote:
The JAR Plugin v 2.1 has been released! You can see the issues that
have been closed out here:
Seems that the manifest file generated doesn't include the following
properties anymore:
Extension-Name:
Implementation-Title:
Implementation-Version:
Is this intentional? If it is, how can I configure it to the include these
values?
You can add them with this:
<plugin>
<groupId></groupId>
<artifactId></artifactId>
<configuration>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]