Hi,
the ejb-plugin accepts the same <archive/> configuration as the jar-plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>
-Tim
Denis Bessmertniy schrieb:
Hi folks,
I have artifact with packaging <packaging>ejb</packaging>.
I need to add Class-path entries to generated manifest.mf file.
How I may do it?
As I understand I may do it with maven-jar-plugin, but I have ejb packaging.
May you help me with example, please.
Thnx)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]