You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/03/29 15:36:50 UTC

svn commit: r1828003 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Thu Mar 29 15:36:50 2018
New Revision: 1828003

URL: http://svn.apache.org/viewvc?rev=1828003&view=rev
Log:
Format.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1828003&r1=1828002&r2=1828003&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Mar 29 15:36:50 2018
@@ -1,31 +1,29 @@
 <?xml version="1.0"?>
 <!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements. See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 -->
 <!-- ===================================================================== -->
 <!-- $Id$ -->
 <!-- ===================================================================== -->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>45</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-configuration2</artifactId>
@@ -33,7 +31,7 @@
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
-    <description>
+  <description>
         Tools to assist in the reading of configuration/preferences files in
         various formats
     </description>
@@ -63,191 +61,191 @@
     </site>
   </distributionManagement>
 
-    <developers>
-        <developer>
-          <name>Daniel Rall</name>
-          <id>dlr</id>
-          <email>dlr@finemaltcoding.com</email>
-          <organization>CollabNet, Inc.</organization>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Jason van Zyl</name>
-          <id>jvanzyl</id>
-          <email>jason@zenplex.com</email>
-          <organization>Zenplex</organization>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Martin Poeschl</name>
-          <id>mpoeschl</id>
-          <email>mpoeschl@marmot.at</email>
-          <organization>tucana.at</organization>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>dIon Gillard</name>
-          <id>dion</id>
-          <email>dion@multitask.com.au</email>
-          <organization>Multitask Consulting</organization>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Henning P. Schmiedehausen</name>
-          <id>henning</id>
-          <email>hps@intermeta.de</email>
-          <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
-          <timezone>2</timezone>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Eric Pugh</name>
-          <id>epugh</id>
-          <email>epugh@upstate.com</email>
-          <organization>upstate.com</organization>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Brian E. Dunbar</name>
-          <id>bdunbar</id>
-          <email>bdunbar@dunbarconsulting.org</email>
-          <organization>dunbarconsulting.org</organization>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Emmanuel Bourg</name>
-          <id>ebourg</id>
-          <email>ebourg@apache.org</email>
-          <organization>Ariane Software</organization>
-          <timezone>+1</timezone>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Oliver Heger</name>
-          <id>oheger</id>
-          <email>oheger@apache.org</email>
-          <organization>Agfa HealthCare</organization>
-          <timezone>+1</timezone>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>J&#xF6;rg Schaible</name>
-          <id>joehni</id>
-          <email>joerg.schaible@gmx.de</email>
-          <timezone>+1</timezone>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Ralph Goers</name>
-          <id>rgoers</id>
-          <email>rgoers@apache.org</email>
-          <organization>Intuit</organization>
-          <timezone>-8</timezone>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-
-        <developer>
-          <name>Gary Gregory</name>
-          <id>ggregory</id>
-          <email>ggregory@apache.org</email>
-          <organization>Rocket Software</organization>
-          <timezone>-8</timezone>
-          <roles>
-            <role>Java Developer</role>
-          </roles>
-        </developer>
-    </developers>
-
-    <contributors>
-        <contributor>
-          <name>Konstantin Shaposhnikov</name>
-          <email>ksh@scand.com</email>
-          <organization>scand.com</organization>
-        </contributor>
-
-        <contributor>
-          <name>Jamie M. Guillemette</name>
-          <email>JMGuillemette@gmail.com</email>
-          <organization>TD Bank</organization>
-        </contributor>
-
-        <contributor>
-          <name>Jorge Ferrer</name>
-          <email>jorge.ferrer@gmail.com</email>
-          <organization></organization>
-        </contributor>
-
-        <contributor>
-          <name>Gabriele Garuglieri</name>
-          <email>gabriele.garuglieri@infoblu.it</email>
-          <organization>Infoblu S.p.A</organization>
-        </contributor>
-
-        <contributor>
-          <name>Nicolas De Loof</name>
-          <email>nicolas.deloof@gmail.com</email>
-          <organization>Cap Gemini</organization>
-        </contributor>
-
-        <contributor>
-          <name>Oliver Kopp</name>
-          <email>koppdev@gmail.com</email>
-        </contributor>
-
-        <contributor>
-          <name>Dennis Kieselhorst</name>
-          <email>deki@apache.org</email>
-          <organization>IRIAN Deutschland</organization>
-        </contributor>
-
-        <contributor>
-          <name>Raviteja Lokineni</name>
-          <email>raviteja.lokineni@gmail.com</email>
-        </contributor>
-
-        <contributor>
-          <name>Vincent Maurin</name>
-          <email>vincent.maurin.fr@gmail.com</email>
-          <organization>glispa GmbH</organization>
-        </contributor>
-
-      <contributor>
-        <name>The Alchemist</name>
-        <email>kap4020@gmail.com</email>
-      </contributor>
-    </contributors>
+  <developers>
+    <developer>
+      <name>Daniel Rall</name>
+      <id>dlr</id>
+      <email>dlr@finemaltcoding.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Jason van Zyl</name>
+      <id>jvanzyl</id>
+      <email>jason@zenplex.com</email>
+      <organization>Zenplex</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Martin Poeschl</name>
+      <id>mpoeschl</id>
+      <email>mpoeschl@marmot.at</email>
+      <organization>tucana.at</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>dIon Gillard</name>
+      <id>dion</id>
+      <email>dion@multitask.com.au</email>
+      <organization>Multitask Consulting</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Henning P. Schmiedehausen</name>
+      <id>henning</id>
+      <email>hps@intermeta.de</email>
+      <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
+      <timezone>2</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Eric Pugh</name>
+      <id>epugh</id>
+      <email>epugh@upstate.com</email>
+      <organization>upstate.com</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Brian E. Dunbar</name>
+      <id>bdunbar</id>
+      <email>bdunbar@dunbarconsulting.org</email>
+      <organization>dunbarconsulting.org</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Emmanuel Bourg</name>
+      <id>ebourg</id>
+      <email>ebourg@apache.org</email>
+      <organization>Ariane Software</organization>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Oliver Heger</name>
+      <id>oheger</id>
+      <email>oheger@apache.org</email>
+      <organization>Agfa HealthCare</organization>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>J&#xF6;rg Schaible</name>
+      <id>joehni</id>
+      <email>joerg.schaible@gmx.de</email>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Ralph Goers</name>
+      <id>rgoers</id>
+      <email>rgoers@apache.org</email>
+      <organization>Intuit</organization>
+      <timezone>-8</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Gary Gregory</name>
+      <id>ggregory</id>
+      <email>ggregory@apache.org</email>
+      <organization>Rocket Software</organization>
+      <timezone>-8</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Konstantin Shaposhnikov</name>
+      <email>ksh@scand.com</email>
+      <organization>scand.com</organization>
+    </contributor>
+
+    <contributor>
+      <name>Jamie M. Guillemette</name>
+      <email>JMGuillemette@gmail.com</email>
+      <organization>TD Bank</organization>
+    </contributor>
+
+    <contributor>
+      <name>Jorge Ferrer</name>
+      <email>jorge.ferrer@gmail.com</email>
+      <organization></organization>
+    </contributor>
+
+    <contributor>
+      <name>Gabriele Garuglieri</name>
+      <email>gabriele.garuglieri@infoblu.it</email>
+      <organization>Infoblu S.p.A</organization>
+    </contributor>
+
+    <contributor>
+      <name>Nicolas De Loof</name>
+      <email>nicolas.deloof@gmail.com</email>
+      <organization>Cap Gemini</organization>
+    </contributor>
+
+    <contributor>
+      <name>Oliver Kopp</name>
+      <email>koppdev@gmail.com</email>
+    </contributor>
+
+    <contributor>
+      <name>Dennis Kieselhorst</name>
+      <email>deki@apache.org</email>
+      <organization>IRIAN Deutschland</organization>
+    </contributor>
+
+    <contributor>
+      <name>Raviteja Lokineni</name>
+      <email>raviteja.lokineni@gmail.com</email>
+    </contributor>
+
+    <contributor>
+      <name>Vincent Maurin</name>
+      <email>vincent.maurin.fr@gmail.com</email>
+      <organization>glispa GmbH</organization>
+    </contributor>
+
+    <contributor>
+      <name>The Alchemist</name>
+      <email>kap4020@gmail.com</email>
+    </contributor>
+  </contributors>
 
   <dependencies>
     <dependency>
@@ -262,12 +260,12 @@
       <version>1.2</version>
       <exclusions>
         <exclusion>
-            <groupId>logkit</groupId>
-            <artifactId>logkit</artifactId>
+          <groupId>logkit</groupId>
+          <artifactId>logkit</artifactId>
         </exclusion>
         <exclusion>
-            <groupId>avalon-framework</groupId>
-            <artifactId>avalon-framework</artifactId>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
@@ -307,12 +305,12 @@
       <optional>true</optional>
       <exclusions>
         <exclusion>
-            <groupId>xerces</groupId>
-            <artifactId>xerces</artifactId>
+          <groupId>xerces</groupId>
+          <artifactId>xerces</artifactId>
         </exclusion>
         <exclusion>
-            <groupId>ant</groupId>
-            <artifactId>ant-optional</artifactId>
+          <groupId>ant</groupId>
+          <artifactId>ant-optional</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
@@ -361,11 +359,11 @@
       <scope>provided</scope>
     </dependency>
 
-     <dependency>
-       <groupId>xerces</groupId>
-       <artifactId>xercesImpl</artifactId>
-       <version>2.6.2</version>
-       <scope>test</scope>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.6.2</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
@@ -433,12 +431,12 @@
       <scope>test</scope>
       <exclusions>
         <exclusion>
-            <groupId>xerces</groupId>
-            <artifactId>xmlParserAPIs</artifactId>
+          <groupId>xerces</groupId>
+          <artifactId>xmlParserAPIs</artifactId>
         </exclusion>
         <exclusion>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
@@ -541,29 +539,30 @@
     </commons.osgi.import>
     <slf4j.version>1.7.25</slf4j.version>
     <spring.version>4.3.14.RELEASE</spring.version>
+    <commons.japicmp.version>0.11.1</commons.japicmp.version>
   </properties>
 
   <build>
-      <testResources>
-        <testResource>
-          <directory>src/test/resources</directory>
-        </testResource>
-        <testResource>
-          <directory>src/main/resources</directory>
-          <includes>
-            <include>*.dtd</include>
-          </includes>
-        </testResource>
-        <!-- hack to ensure the N&L appear in jars -->
-        <testResource>
-          <directory>${basedir}</directory>
-          <targetPath>META-INF</targetPath>
-          <includes>
-            <include>NOTICE.txt</include>
-            <include>LICENSE.txt</include>
-          </includes>
-        </testResource>
-      </testResources>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+      </testResource>
+      <testResource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>*.dtd</include>
+        </includes>
+      </testResource>
+      <!-- hack to ensure the N&L appear in jars -->
+      <testResource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+          <include>LICENSE.txt</include>
+        </includes>
+      </testResource>
+    </testResources>
     <pluginManagement>
       <plugins>
         <plugin>
@@ -580,111 +579,111 @@
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>2.15</version>
           <configuration>
-              <configLocation>${basedir}/conf/checkstyle.xml</configLocation>
-              <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation>
-              <enableRulesSummary>false</enableRulesSummary>
-              <propertyExpansion>basedir=${basedir}</propertyExpansion>
-              <includeResources>false</includeResources>
-              <includeTestResources>false</includeTestResources>
-              <failOnViolation>false</failOnViolation>
-              <sourceDirectories>
-                  <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
-              </sourceDirectories>
-              <excludes>**/org/apache/commons/configuration2/plist/*.java</excludes>
+            <configLocation>${basedir}/conf/checkstyle.xml</configLocation>
+            <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation>
+            <enableRulesSummary>false</enableRulesSummary>
+            <propertyExpansion>basedir=${basedir}</propertyExpansion>
+            <includeResources>false</includeResources>
+            <includeTestResources>false</includeTestResources>
+            <failOnViolation>false</failOnViolation>
+            <sourceDirectories>
+              <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
+            </sourceDirectories>
+            <excludes>**/org/apache/commons/configuration2/plist/*.java</excludes>
           </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <!-- Uncomment to enable profiling unit tests -->
-            <!-- <argLine>-agentpath:"${yourkit.home}/bin/mac/libyjpagent.jnilib"</argLine> -->
-            <forkMode>once</forkMode>
-            <excludes>
-              <exclude>**/TestWebdavConfigurationBuilder.java</exclude>
-            </excludes>
-            <systemPropertyVariables>
-              <java.awt.headless>true</java.awt.headless>
-              <org.apache.commons.logging.Log>org.apache.commons.configuration2.Logging</org.apache.commons.logging.Log>
-            </systemPropertyVariables>
-          </configuration>
-        </plugin>
-        <plugin>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <configuration>
-            <descriptors>
-              <descriptor>src/main/assembly/bin.xml</descriptor>
-              <descriptor>src/main/assembly/src.xml</descriptor>
-            </descriptors>
-            <tarLongFileMode>gnu</tarLongFileMode>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>javacc-maven-plugin</artifactId>
-          <version>2.6</version>
-          <executions>
-            <execution>
-              <id>javacc</id>
-              <goals>
-                <goal>javacc</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-        <!-- Uncomment to instrument with Clover
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- Uncomment to enable profiling unit tests -->
+          <!-- <argLine>-agentpath:"${yourkit.home}/bin/mac/libyjpagent.jnilib"</argLine> -->
+          <forkMode>once</forkMode>
+          <excludes>
+            <exclude>**/TestWebdavConfigurationBuilder.java</exclude>
+          </excludes>
+          <systemPropertyVariables>
+            <java.awt.headless>true</java.awt.headless>
+            <org.apache.commons.logging.Log>org.apache.commons.configuration2.Logging</org.apache.commons.logging.Log>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/bin.xml</descriptor>
+            <descriptor>src/main/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javacc-maven-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <id>javacc</id>
+            <goals>
+              <goal>javacc</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <!-- Uncomment to instrument with Clover
         <plugin>
-          <groupId>com.atlassian.maven.plugins</groupId>
-          <artifactId>maven-clover2-plugin</artifactId>
-          <version>2.4.2</version>
-          <configuration>
-            <jdk>1.4</jdk>
-          </configuration>
-          <executions>
-            <execution>
-              <phase>pre-site</phase>
-              <goals>
-                <goal>instrument</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>  -->
-          <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-checkstyle-plugin</artifactId>
-              <executions>
-                  <execution>
-                      <goals>
-                          <goal>check</goal>
-                      </goals>
-                  </execution>
-              </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>test-jar</goal>
-                </goals>
-              </execution>
-            </executions>
-            <!-- Temporary fix, remove this after this has implemented in parent pom -->
-            <configuration>
-              <archive combine.children="append">
-                <manifestEntries>
-                  <Automatic-Module-Name>org.apache.commons.configuration2</Automatic-Module-Name>
-                </manifestEntries>
-              </archive>
-            </configuration>
-          </plugin>
-      </plugins>
+        <groupId>com.atlassian.maven.plugins</groupId>
+        <artifactId>maven-clover2-plugin</artifactId>
+        <version>2.4.2</version>
+        <configuration>
+        <jdk>1.4</jdk>
+        </configuration>
+        <executions>
+        <execution>
+        <phase>pre-site</phase>
+        <goals>
+        <goal>instrument</goal>
+        </goals>
+        </execution>
+        </executions>
+        </plugin> -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <!-- Temporary fix, remove this after this has implemented in parent pom -->
+        <configuration>
+          <archive combine.children="append">
+            <manifestEntries>
+              <Automatic-Module-Name>org.apache.commons.configuration2</Automatic-Module-Name>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
 
-    </build>
+  </build>
   <profiles>
     <profile>
       <id>webdav</id>
@@ -707,8 +706,8 @@
             <configuration>
               <forkMode>once</forkMode>
               <systemPropertyVariables>
-                  <java.awt.headless>true</java.awt.headless>
-                  <test.webdav.base>${test.webdav.base}</test.webdav.base>
+                <java.awt.headless>true</java.awt.headless>
+                <test.webdav.base>${test.webdav.base}</test.webdav.base>
               </systemPropertyVariables>
               <includes>
                 <include>**/TestWebdavConfigurationBuilder.java</include>
@@ -735,9 +734,9 @@
     <!-- <profile>
       <id>yourkit-profile</id>
       <properties>
-        <yourkit.home>/Applications/YourKit_Java_Profiler_8.0.17.app/</yourkit.home>
+      <yourkit.home>/Applications/YourKit_Java_Profiler_8.0.17.app/</yourkit.home>
       </properties>
-    </profile> -->
+      </profile> -->
   </profiles>
   <reporting>
     <plugins>
@@ -752,7 +751,7 @@
         <reportSets>
           <reportSet>
             <reports>
-               <report>changes-report</report>
+              <report>changes-report</report>
             </reports>
           </reportSet>
         </reportSets>
@@ -762,9 +761,9 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <reportSets>
           <reportSet>
-              <reports>
-                  <report>checkstyle</report>
-              </reports>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
           </reportSet>
         </reportSets>
       </plugin>
@@ -780,7 +779,7 @@
           </excludes>
         </configuration>
       </plugin>
-       <plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>3.0.4</version>
@@ -788,7 +787,7 @@
           <threshold>Normal</threshold>
           <effort>Default</effort>
           <excludeFilterFile>${basedir}/conf/findbugs-exclude-filter.xml</excludeFilterFile>
-       </configuration>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>