On 4/26/07, Baz <[EMAIL PROTECTED]> wrote:
When i put in the following code, and run "mvn exec:exec" I receive errors, do you know what is the issue?
for some reason the executable value is not passed. That can happen e.g. if you specified the wrong groupId or artifactId. I don't see the issue right now but it's probably something simple like that. Anyway see below for better alternatives.
Do i need to run "mvn exec:exec"?
Yes. Or attach it to a particular phase
Can I incoroperate this into "mvn clean" so when i execute clean, it will clean up specific directories for me?
There are simpler options: http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html or Maybe http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]