Re: Classpath for Maven Plugin

2011-05-31 Thread Jörg Schaible
Karl Heinz Marbaise wrote: > Hi Jörg, > > first thanks for your answer... > >>> >>> com.soebes.maven.plugins.mlv >>> maven-license-verifier-plugin >>> 0.4 >>> >>> >>> YouCompanyPackage.licenses >>> licenses >>> 6 >>> >>> >>> >>>

Re: Classpath for Maven Plugin

2011-05-31 Thread Karl Heinz Marbaise
Hi Jörg, first thanks for your answer... com.soebes.maven.plugins.mlv maven-license-verifier-plugin 0.4 YouCompanyPackage.licenses licenses 6 true Not really possible for M2, since every plugin is loaded only once i

Re: Classpath for Maven Plugin

2011-05-31 Thread Jörg Schaible
Hi Karl Heinz, Karl Heinz Marbaise wrote: > Hi, > > i'm working on the development of a plugin which can have a > configuration like this. > > >com.soebes.maven.plugins.mlv >maven-license-verifier-plugin >0.4 > > >YouCompanyPackage.licenses >licenses >

Classpath for Maven Plugin

2011-05-31 Thread Karl Heinz Marbaise
Hi, i'm working on the development of a plugin which can have a configuration like this. com.soebes.maven.plugins.mlv maven-license-verifier-plugin 0.4 YouCompanyPackage.licenses licenses 6 true So the question is: Is there a good way to ac