[UIMA-5107] maven-shade-plugin sample config erroneous

git-svn-id: https://svn.apache.org/repos/asf/uima/uimafit/trunk@1761138 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/uimafit-docbook/src/docbook/tools.uimafit.packaging.xml b/uimafit-docbook/src/docbook/tools.uimafit.packaging.xml
index 81e5418..b0a0b53 100644
--- a/uimafit-docbook/src/docbook/tools.uimafit.packaging.xml
+++ b/uimafit-docbook/src/docbook/tools.uimafit.packaging.xml
@@ -75,15 +75,15 @@
                   META-INF/org.apache.uima.fit/typepriorities.txt\
                 </resource>
               </transformer>
-              <!-- 
-                Prevent huge shaded artifacts from being deployed
-                to a Maven repository (remove if not desired) 
-              -->
-              <outputFile>\
-                ${project.build.directory}/\
-                ${artifactId}-${version}-standalone.jar\
-              </outputFile>
             </transformers>
+            <!-- 
+              Prevent huge shaded artifacts from being deployed
+              to a Maven repository (remove if not desired) 
+            -->
+            <outputFile>\
+              ${project.build.directory}/\
+              ${artifactId}-${version}-standalone.jar\
+            </outputFile>
           </configuration>
         </execution>
       </executions>