My parent pom has 3 modules, one produces a jar of common utility code for the other two, the other two are jar files that will be run from a shell script via cron.
For our people who will be deploying this on the production and qa machines I want to provide them with two zip files, which I will have checked into subversion as a tag. They'll check each one out, unzip it, which contains the shell script and the crontab entries (which they can double-check in case they change). I have an assembly file which makes the zip files of the jar file and its dependencies, the shell script, and the file with the crontab entries. The part I don't understand is putting the zip file into subversion; I'm thinking that I ought to use the release plugin but it seems to me that it's going to want to just do my jar file. Anyhow, I hope that makes sense and perhaps someone has done something similar and can explain how to do what I'm trying to do. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
