You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by miro <mi...@yahoo.com> on 2008/11/03 23:23:17 UTC

set up log4j with maven jetty plugin

Please help me setup log4j with  maven jetty plugin . here my configration  
for maven jetty plugin

	  <plugin>
	  	<groupId>org.mortbay.jetty</groupId>
	  	<artifactId>maven-jetty-plugin</artifactId>
	  	<version>6.1.12.rc4</version>
	  	<configuration>
	        </systemproperty>  
	  	</configuration>
	  </plugin>
  	</plugins>
pleas help me with the required configration   for log4j   setup  .
-- 
View this message in context: http://www.nabble.com/set-up-log4j-with-maven--jetty--plugin-tp20312187p20312187.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: set up log4j with maven jetty plugin

Posted by Rusty Wright <ru...@gmail.com>.
Does this help:

  http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin

Near the bottom is some stuff about logging.


miro wrote:
> Please help me setup log4j with  maven jetty plugin . here my configration  
> for maven jetty plugin
> 
> 	  <plugin>
> 	  	<groupId>org.mortbay.jetty</groupId>
> 	  	<artifactId>maven-jetty-plugin</artifactId>
> 	  	<version>6.1.12.rc4</version>
> 	  	<configuration>
> 	        </systemproperty>  
> 	  	</configuration>
> 	  </plugin>
>   	</plugins>
> pleas help me with the required configration   for log4j   setup  .

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org