Thank you for all feedback. 1.1 release is meant to cleanup the shared component to reduce number of dependencies, remove the stdout verbose mode ( to be replaced with slf4j logger).
>From the feedback, i am going to make a call by keeping support for both maven 2 and 3, at the same time user will lose the ability to show details stdout logger. I have never use this mode myself. So if there a need for this feature in the future, I will add slf4j capability on later version which will only support maven 3. if there is a need for immediate logger, user can always use version 1.0 Thanks -Dan On Sat, Aug 18, 2012 at 1:01 PM, Stephen Connolly <[email protected]> wrote: > If there are dependencies or features that the plugin requires which mandate > upping min required version to maven 3, go for it. > > If there is no compelling need (does not seem to be your case) then I say > "stall the ball" (though that may be only a Ireland/uk football term) > > > On Saturday, 18 August 2012, Dan Tran wrote: >> >> Hello >> >> starting with truezip.m.p 1.1, I have enhanced the shared component to >> use slf4j and bridge it ( via jcabi-maven-slf4j ) to use maven logger >> at plugin time. >> >> This may result in >> >> ''org.codehaus.plexus.component.configurator.BasicComponentConfigurator >> cannot be cast to >> org.codehaus.plexus.component.configurator.ComponentConfigurator' when >> invoke the plugin with maven 2 >> >> Does any one know how i can fix this? >> >> or >> >> Would it possible to doc this as maven 3 only? ( since i really need >> to have slf4j functionality in the shared component ) >> >> Thanks >> >> -Dan >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
