Hi guys got a couple questions. Ive got a project that has a class that updates a database with information. What I was wondering is if it would be possible to make a maven goal that executes that class, thus making it easy on the end user (since the majority of the dependencies are listed within the dep list). The requirements are these: 1) I'd need to be able to pass in a java environment variable (from the command line) for where the datafiles are at to be ported into the db 2) I'd need to be able to add elements to the classpath of the class that will be executed (From the command line) in addition to the dependencies that are listed within maven
Is something like this possible? And if so, if you could point me in the direction on how to implement it I'd be greatly appreciative. Thanks, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
