Hi,
thanks for your reply. My problem with maintaining the Manifest.MF by hand is
that in Eclipse the Maven-Dependencies only show the used jar files. But in
Manifest.MF file we must define the using packages. Therefore my problem is to
find necessary Package names out of listed jar files. Also all listed jar files
in Eclipse from Maven Dependencies don't show me which jar file comes from
which dependency. In this moment I get a ClassNotFoundException for
org/apache/axis2/AxisFault even so i declared this packages in Import-Package
descibtor in the Manifest.MF file:
Import-Package:
...
org.apache.axis2,
org.apache.axis2.kernel,
org.apache.axis2.addressing,
org.apache.axis2.addressing.wsdl,
org.apache.axis2.client,
org.apache.axis2.context,
org.apache.axis2.deployment,
org.apache.axis2.deployment.util,
org.apache.axis2.description,
org.apache.axis2.engine,
org.apache.axis2.handlers,
org.apache.axis2.i18n,
org.apache.axis2.receivers,
org.apache.axis2.transport,
org.apache.axis2.transport.http,
org.apache.axis2.transport.http.server,
org.apache.axis2.transport.jms,
org.apache.axis2.transport.local,
org.apache.axis2.util,
org.apache.axis2.util.threadpool,
...
How can I get the necessary package name out of maven dependencies? Thanks
Regard
Thomas Joscht