Re: Maven cyclic dependency when compling tests only - how to resolve easily?

2012-06-09 Thread Ken E
;s best > practice. > > /Anders > > On Sat, Jun 9, 2012 at 7:31 AM, Ken E wrote: > > That might work. > > > > Where do I put the second pom.xml for the tests then? > > > > The directory structure is like this: > > > > /main-project/pom.xml (c

Re: Maven cyclic dependency when compling tests only - how to resolve easily?

2012-06-08 Thread Ken E
in /main-project/moduleA/test? Ken On Sat, Jun 9, 2012 at 1:16 AM, Manfred Moser wrote: > Pull the test code out into a separate module that makes everything > available you need in there.. and run the test there. > > manfred > http://simpligility.com > > On Fri, June 8, 2

Maven cyclic dependency when compling tests only - how to resolve easily?

2012-06-08 Thread Ken E
I am working on modernizing an older project to be used with Maven. The project is very large and has around 30 modules in it. As far as the main source code is concerned, I managed to get all of it to compile and establish the dependencies correctly. It actually works and it can be run through Ma