exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
Hi, I'm having a bit of trouble with the exec-maven-plugin. I've got a project setup with two sub-modules, and when I run the exec plugin on a main class that is in one module that depends on another, I get an error that the dependancy module is not in the repository. I don't want to have

Re: exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
Correction to my previous post: I realize now that the problem described below is actually caused by my helper script changing into the ModuleB directory before running the command below, which would understandably cause the problem described. HOWEVER, I am still having a problem, which is

Re: exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
I've discovered my problem and submitted a patch for the exec-maven- plugin: http://jira.codehaus.org/browse/MEXEC-43 On Apr 8, 2008, at 11:01 PM, Joshua ChaitinPollak wrote: Hi, I'm having a bit of trouble with the exec-maven-plugin. I've got a project setup with two sub-modules, and when