|
I'm using the release:setup-distribution-bin goal to copy dependencies into my target directory before generating an IzPack installer using the izpack plugin. However, the release plugin does not work for copying in non-jar dependencies, e.g. EJB and EAR artifacts. Do you have any suggestions as to which other plugin/goal to use instead in order to copy in the dependencies before packaging? I cannot find anything similar in the scm plugin.
Here is the relevant part of my project.properties: maven.release.distribution.categories=\ and my project.xml contains dependencies such as <dependency> Cheers, Fredrik |
|||||||||||||||||||||||||||||||||||||||||||||||||
IF these do not cover the required functionality, please elaborate on what you are using it for.