Hi,
You can implement it with ant tasks (<java> I think) in maven.xml
1) -Dvar=value
2) <java> can have nested classpath
Regards
Carlos Sanchez
A Coruña, Spain
Oness Project
http://oness.sourceforge.net
> -----Original Message-----
> From: David Erickson [mailto:derickson@cmcflex.com]
> Sent: Friday, August 13, 2004 11:11 PM
> To: Maven User List
> Subject: A Goal that can execute a class' main method?
>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|