Re: packaging php files in jar

2010-08-25 Thread john redden
Bingo! Thanks, I haven't had enough coffee ... -John R. On Wed, 2010-08-25 at 21:47 +0300, Manos Batsis wrote: > On 08/25/2010 09:04 PM, john redden wrote: > > Peer Maven users, > > > > I have a new project where the top scheduling half is a Java app that > > executes php scripts on various cr

Re: packaging php files in jar

2010-08-25 Thread Wayne Fay
> The pom.xml is attached > > Any suggestions?   Many thanks in advance. Perhaps try using the build-helper-m-p specifically add-source or add-resource mojo instead of current configuration you're doing with m-resources-p and m-jar-p. http://mojo.codehaus.org/build-helper-maven-plugin/add-source-m

Re: packaging php files in jar

2010-08-25 Thread Manos Batsis
On 08/25/2010 09:04 PM, john redden wrote: Peer Maven users, I have a new project where the top scheduling half is a Java app that executes php scripts on various criteria. I want to package the php files in the jar along with all the usual suspects. I can get my php files into the target dire

packaging php files in jar

2010-08-25 Thread john redden
Peer Maven users, I have a new project where the top scheduling half is a Java app that executes php scripts on various criteria. I want to package the php files in the jar along with all the usual suspects. I can get my php files into the target directory, but can't seem to get them automatical