From b4536c945ed364ef4e9caf965deeafdfb801afdb Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Fri, 14 Feb 2014 15:50:30 +0100 Subject: [PATCH] fix maven shade docs --- akka-docs/rst/general/configuration.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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::