Re: exec-maven-plugin -> how to skip execution in a sub-project

2007-09-04 Thread szefo
n building from the root ie -Pdoexec. > > Wayne > > On 9/4/07, szefo <[EMAIL PROTECTED]> wrote: >> >> Hi, >> My project has a structure similar to this: >> >> root >>+child1 >>+child2 >> >> I use the exec goa

exec-maven-plugin -> how to skip execution in a sub-project

2007-09-04 Thread szefo
Hi, My project has a structure similar to this: root +child1 +child2 I use the exec goal in the root project. During the compilation process of both children the "exec goal" from root project is executed and causes errors - thus I would like to skip it. I would like it to be exe

maven2+subclipse+svn+m2eclipse plugin

2006-11-06 Thread szefo
Hi, Can someone give me any clues how to integrate maven2+subclipse+svn+m2eclipse plugin ? I have a multi-module project, stored in one repository. The problem is that when I checkout this project from repo using subclipse it is seen by eclipse as single project... I can go to the folder of the pr

Configure Continuum to work with SVN over svn+ssh

2006-10-26 Thread szefo
Hi, I have serious problems configuring continuum to cooperate with SVN over svn+ssh connection. My SVN repo is: svn+ssh://[EMAIL PROTECTED]/var/svn/repo Every user has a certificate genereted in his home/.ssh folder Can you please tell me how my pom.xml section should look like. Where should put