Hello,
I apologize in advance if this message is already answered in the forums. I
have searched and didn't find anything related to this issue.
Here is the problem that I need advice from the community.
I am using maven 2 to manage two projects: one is a web-app the other is code
that is built into a jar that the web-app calls. The problem I need to solve
is building the single jar that will be the resulting artifact built by this
project. In order to build this jar I will need to pull several jars from the
repository, open then, run an ant script against all the exploded classes, then
repackage the classes into a single jar file.
This jar will be the final artifact produced by the project and will be used by
the web-app. Can anyone point me in the right direction as to how to
accomplish this? Is this possible to do with Maven?
Thanks,
Bob