Re: Add class folder to maven compiler plugin

2014-05-29 Thread Igor Fedorenko
Can you explain your usecase in more details? In particular, how this class folder is consumed during build time and at runtime. I am trying to understand why packaging a class folder is huge overhead. -- Regards, Igor On 2014-05-29, 3:39, Petar Tahchiev wrote: Hi guys, here's an interesting q

Add class folder to maven compiler plugin

2014-05-29 Thread Petar Tahchiev
Hi guys, here's an interesting question I can't find the answer to: how do you add a folder of classes to your classpath of the maven-compiler-plugin? I read on the internet most people say one should package it and add it in the repository, but in my case that's a huuge overhead. Any other sugge