Hi all!
We (a software-house developing a b2b java web application) are currently
planing to move from ant to maven.
I successfully migrated your ant build.xml to a maven pom stucture
including multiple modules etc.

We are using the assembly-plugin to package all dependencies and required
folders.

Because we provide new releases very often (once to twice a week) our
customers have to update their installations by copy-pasting the changed
files (mainly the module-jars but sometimes dependencies or other resource
files not included in any jar change too) to their installation directory.

Our plan is to provide a archive containing all files which changed from a
certain time on as a patch, we can automatically install.

My question is: is there any maven plugin which is able to generate a
"diff" on my jar-files?
bye


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to