SLING-3286 - Remove plugin version overrides from poms

Remove most plugin version overrides. Still left in:

- a couple of projects where upgrading to the maven-bundle-plugins
  leads to errors (TODOs added)
- a couple of projects where the plugin version is newer than the
  one from the parent project ( comments added )

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1551060 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: 2b31b1de9caae67b4930c229711eb1f4a64d4e53
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling Commons Log

The “log” project packages the Logback library to manage logging in OSGi environment. It provide some useful extension to the default Logback feature set to enable better integration with OSGi. The SLF4j API bundle must be installed along with this bundle to provide full SLF4J logging support.

The Logging bundle should be installed as one of the first modules in the OSGi framework and - provided the framework supports start levels - be set to start at start level 1. This ensures the Logging bundle is loaded as early as possible thus providing services to the framework and preparing logging.

For more details refer to the Logging Documentation

Getting Started

You can compile and package the jar using the following command:

mvn package -Pide,coverage

It would build the module and also produce a test coverage report also prepare bundle jar which is suitable to be used to run integration test from within IDE.