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. 

 


Avoka Technologies

Kendy Yus 
Software Engineer
Tel:+61 2 9976 4500  Fax: +61 2 9976 5055
Web: www.avoka.com  Email: [EMAIL PROTECTED]

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to