Hi All,
When i used ejb plugin to create my client jar its created with all the
files from ejb.jar but, i don't want in this way, is there some
configuration i could use so my client jar will have only client class
files
This is what i have in my ejbplugin
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<generateClient>true</generateClient>
<archive>
<index>true</index>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>
Please anyone has any solution for this?
Thanks,
Raghu