I need to create component for Adobe LiveCycle ES.
Standard result of packaging should be jar file with this structure:
componentX.jar:
\META-INF\manifest.mf (auto generated) \com\test\TestComponent.class (compiled src) \component.xml (resources) \dependency-lib-1.jar (some of dependencies as specified in pom.xml) \dependency-lib-2.jar
and there should be copied some other dependencies so \target directory should look like:
\target\componentX.jar \target\dependency-lib-5.jar \target\dependency-lib-6.jar
How to configure pom.xml to do this kind of packaging?