Run the Logging Example with Maven

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3534

This topic has not yet been written. The content below is from the topic description.
Running with Maven Building and running with Maven is similar to Ant. The log4j packages are included with the true and it is set up with adding the properties: log4j.configuration log4j.properties To run the example with log4j enabled and loadtime weaving use mvn clean install -Prun-loadtime-log4j and with no log4j (just standard output) and loadtime weaving, use: mvn clean install -Prun-loadtime