diff --git a/akka-docs/rst/general/configuration.rst b/akka-docs/rst/general/configuration.rst index 1bab6dfb06..d594ebc58b 100644 --- a/akka-docs/rst/general/configuration.rst +++ b/akka-docs/rst/general/configuration.rst @@ -80,7 +80,12 @@ When using JarJar, OneJar, Assembly or any jar-bundler reference.confs as well. Otherwise all defaults will be lost and Akka will not function. -If you are using Maven to package your application, you can also make use of the `Apache Maven Shade Plugin`_ support for `Resource Transformers`_ to merge all the reference.confs on the build classpath into one. +If you are using Maven to package your application, you can also make use of +the `Apache Maven Shade Plugin +`_ support for `Resource +Transformers +`_ +to merge all the reference.confs on the build classpath into one. The plugin configuration might look like this::