Hi, Is there a way to configure custom logging when using activemq maven plugin?
I tried <configuration> <systemProperties> <property> <name>log4j.configuration</name> <value>file://${project.basedir}/src/test/conf/activemq.log4j.properties</value> </property> </systemProperties> .. </configuration> but it did'nt do the trick... Thanks, Ron