|
Hi
All,
I am trying to use Maven to package
an Adobe QPAC component as a JAR file. These component JAR files have a
special structure, somewhat like WAR and EAR files, to include dependent
libraries and some configuration elements. Below is an example component JAR
file:
qpac-component.jar
|----- classes (which contains the classes:
com/mycompany/...)
|----- lib (which contains dependent library jar
files)
|----- META-INF
`----- and other resource files (xml configurations,
etc.) Using the Maven standard JAR
packaging I get the directory structure like:
maven-standard.jar
|----- com/mycompany/...
|----- META-INF
`----- and other resource files (xml configurations,
etc.) What is the best Maven approach for me to be able to create a QPAC component JAR file, with all the dependent libraries derived from the POM file?
Thank you.
|
smime.p7s
Description: S/MIME cryptographic signature

