I currently have a standard webapp project with a working m2 build
process. It builds a war with the typical web-inf structure as follows:

        web-inf/classes/*        this is where the app's compiled
classes go.
        web-inf/lib/*.jar        this is where the dependency jars go.

I want to alter my build so that instead of the app's class files in a
classes folder in the war, I'd prefer they first be built into a jar
file, placed in the local repository for other apps to use, and then
included as a dependcy in war's web-inf/lib folder. 
 
I know I need to set up two poms (maybe three), but I don't want to
break up the current package structure if possible, and I'd like this to
be done as one build. 
 
Can someone point me in the right direction? 
 
Thanks...

Frank Russo
Senior Developer
FX Alliance, LLC

Reply via email to