Re: Transitive exclusions in multi-module project with Maven 2.2.1

2010-02-04 Thread Mark H. Wood
On Wed, Feb 03, 2010 at 04:50:23PM +0100, Lóránt Pintér wrote: > I have a project called Client that depends on a side-artifact of > project Server (actually, its RMI client classes; the artifact has the > classifier "rmi"), but excludes each of Server's dependencies. I also Shouldn't the RMI stuf

Transitive exclusions in multi-module project with Maven 2.2.1

2010-02-03 Thread Lóránt Pintér
Hi, I have a project called Client that depends on a side-artifact of project Server (actually, its RMI client classes; the artifact has the classifier "rmi"), but excludes each of Server's dependencies. I also have an assembly project called Client-assembly that depends on project Client (and thu