Re: Question: Maven Pathes includes and others

2013-12-18 Thread Russell Gold
Hi Martin, On Dec 13, 2013, at 9:37 AM, Hoffmann Martin (UniCredit Business Integrated Solutions) wrote: > > > ${basedir}/${project.parent.relativePath} > Can you co

RE: Question: Maven Pathes includes and others

2013-12-16 Thread Hoffmann Martin (UniCredit Business Integrated Solutions)
: Maven Users List Subject: Re: Question: Maven Pathes includes and others Hi, I would try systemPropertyVariables and not in the maven-surefire-plugin like true On Fri, Dec 13, 2013 at 3:37 PM, Hoffmann Martin (UniCredit Business Integrated Solutions) wrote: > Dear All, > > I&#x

Re: Question: Maven Pathes includes and others

2013-12-13 Thread Adrien Rivard
Hi, I would try systemPropertyVariables and not in the maven-surefire-plugin like true On Fri, Dec 13, 2013 at 3:37 PM, Hoffmann Martin (UniCredit Business Integrated Solutions) wrote: > Dear All, > > I'm trying to get the Junit tests for an multi module Project running. All > test run

Question: Maven Pathes includes and others

2013-12-13 Thread Hoffmann Martin (UniCredit Business Integrated Solutions)
Dear All, I'm trying to get the Junit tests for an multi module Project running. All test run fine, expect one test. I don't use the standard maven hierarchy, because the project is very old and yet we start to mavenize it. First of all a snippet of my Child Pom: ${pr