Have you checked out the assembly plugin:
http://maven.apache.org/plugins/maven-assembly-plugin/ with a guide at
http://maven.apache.org/guides/mini/guide-assemblies.html ?
It should do what you want.
Justin
________________________________
From: Kendy Yus [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 01, 2006 5:28 PM
To: [email protected]
Subject: Question about packaging QPAC
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.)
<P class=MsoNorma