fix indentation

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1762372 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 86f8f8a..2fbef78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,56 +117,56 @@
     <build>

         <plugins>

     

-          <!-- Publish test artifact -->

-          <plugin>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>maven-bundle-plugin</artifactId>

-            <extensions>true</extensions>

-          </plugin>

-    

-          <plugin>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>maven-scr-plugin</artifactId>

-            <executions>

-              <execution>

-                <id>generate-scr-scrdescriptor</id>

-                <goals>

-                  <goal>scr</goal>

-                </goals>

-              </execution>

-            </executions>

-          </plugin>

-

-          <plugin>

-              <groupId>org.apache.maven.plugins</groupId>

-              <artifactId>maven-shade-plugin</artifactId>

-              <version>2.4.3</version>

-              <configuration>

-                <!--

-                    embed all jackrabbit artifacts to prevent classpath clashes

-                    also include selected Sling bundles which are required

-                    at runtime. Note that we don't relocate the packages

-                    since org.apache.sling.jcr.resource already embeds some

-                    jackrabbit classes which lead to a non-working jar

-                -->

-                <artifactSet>

-                    <includes>

-                        <include>org.apache.jackrabbit:*</include>

-                    </includes>

-                </artifactSet>

-                <createSourcesJar>true</createSourcesJar>

-              </configuration>

-              <executions>

-                <execution>

-                    <phase>package</phase>

-                    <goals>

-                        <goal>shade</goal>

-                    </goals>

-                </execution>

-              </executions>

-          </plugin>

-

-          <plugin>

+            <!-- Publish test artifact -->

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-bundle-plugin</artifactId>

+                <extensions>true</extensions>

+            </plugin>

+      

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-scr-plugin</artifactId>

+                <executions>

+                    <execution>

+                        <id>generate-scr-scrdescriptor</id>

+                        <goals>

+                            <goal>scr</goal>

+                        </goals>

+                    </execution>

+                </executions>

+            </plugin>

+  

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-shade-plugin</artifactId>

+                <version>2.4.3</version>

+                <configuration>

+                    <!--

+                        embed all jackrabbit artifacts to prevent classpath clashes

+                        also include selected Sling bundles which are required

+                        at runtime. Note that we don't relocate the packages

+                        since org.apache.sling.jcr.resource already embeds some

+                        jackrabbit classes which lead to a non-working jar

+                    -->

+                    <artifactSet>

+                        <includes>

+                            <include>org.apache.jackrabbit:*</include>

+                        </includes>

+                    </artifactSet>

+                    <createSourcesJar>true</createSourcesJar>

+                </configuration>

+                <executions>

+                    <execution>

+                        <phase>package</phase>

+                        <goals>

+                            <goal>shade</goal>

+                        </goals>

+                    </execution>

+                </executions>

+            </plugin>

+  

+            <plugin>

                 <groupId>org.apache.rat</groupId>

                 <artifactId>apache-rat-plugin</artifactId>

                 <configuration>

@@ -174,7 +174,7 @@
                         <exclude>dependency-reduced-pom.xml</exclude>

                     </excludes>

                 </configuration>

-          </plugin>

+            </plugin>

         </plugins>

     </build>