John, A better solution might be have the plugin set the c-logging system property - see the Jetty6 plugin docs for an example.
- Brett [EMAIL PROTECTED] wrote: > Author: jdcasey > Date: Thu Dec 1 08:59:24 2005 > New Revision: 350274 > > URL: http://svn.apache.org/viewcvs?rev=350274&view=rev > Log: > Adding runtime dep on log4j to prevent commons-logging from crapping out. > > Modified: > maven/plugins/trunk/maven-checkstyle-plugin/pom.xml > > Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml > URL: > http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=350274&r1=350273&r2=350274&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Dec 1 08:59:24 > 2005 > @@ -35,6 +35,12 @@ > <artifactId>maven-reporting-impl</artifactId> > <version>2.0</version> > </dependency> > + <dependency> > + <groupId>log4j</groupId> > + <artifactId>log4j</artifactId> > + <version>1.2.12</version> > + <scope>runtime</scope> > + </dependency> > <!-- Eventually, use the shared libs to keep it consistent with other > plugins... --> > <!-- dependency> > <groupId>org.apache.maven.shared</groupId> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
