Build Issue with multi module project

Posted by vijay.shad on Stack Overflow See other posts from Stack Overflow or by vijay.shad
Published on 2010-04-10T06:34:27Z Indexed on 2010/04/10 6:43 UTC
Read the original article Hit count: 486

Filed under:
|

Hi,

I have a multi module web project. Four modules of the project are packaged as jar and added as dependency to the fifth module, which is packaged as war. When it is time to deploy the application i just run package on the war project and my war is created with all the dependencies.

Now there is a problem.

One of the my module have heavy changes. Now when i created war for my projects these changes was not reflected in the output war file(the jar in lib folder of war has still the old code).

Can you please point the things i am missing from the release process? Why the old code is being packaged with the war?

Can you please point some good resource for real file build process using maven?

Regards, Vijay

© Stack Overflow or respective owner

Related posts about maven

Related posts about build-process