You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2017/02/10 16:55:09 UTC

[07/45] commons-rdf git commit: fixed indentation

fixed indentation


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/edb7d801
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/edb7d801
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/edb7d801

Branch: refs/heads/COMMONSRDF-47
Commit: edb7d80114696b5c4c23078ecd03f20515fc4f27
Parents: b9d6751
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Tue Jan 17 11:49:39 2017 +0100
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Tue Jan 17 11:49:39 2017 +0100

----------------------------------------------------------------------
 pom.xml | 226 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 109 insertions(+), 117 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/edb7d801/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d89cafc..9d7846c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,22 +240,22 @@
     Common dependencies across modules. 
     Keep this list small and only <scope>test</scope> !
     -->
-        <dependencies>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <!-- System.err logging for Jena, JSONLD-Java, RDF4J 
-                -->
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-simple</artifactId>
-                <version>${slf4j.version}</version>
-                <scope>test</scope>
-            </dependency>
-        </dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <!-- System.err logging for Jena, JSONLD-Java, RDF4J
+            -->
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>${slf4j.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
     <build>
         <plugins>
@@ -350,21 +350,19 @@
                 <artifactId>coveralls-maven-plugin</artifactId>
                 <version>4.2.0</version>
             </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>${commons.jdepend.version}</version>
-        <dependencies>
-            <!-- Forked jdepend https://github.com/nidi3/jdepend supports Java 8 -->
-            <dependency>
-              <groupId>guru.nidi</groupId>
-              <artifactId>jdepend</artifactId>
-              <version>2.9.5</version>
-            </dependency>
-        </dependencies>
-      </plugin>
-
-
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+                <version>${commons.jdepend.version}</version>
+                <dependencies>
+                    <!-- Forked jdepend https://github.com/nidi3/jdepend supports Java 8 -->
+                    <dependency>
+                      <groupId>guru.nidi</groupId>
+                      <artifactId>jdepend</artifactId>
+                      <version>2.9.5</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
@@ -489,91 +487,86 @@
         </pluginManagement>
     </build>
     <reporting>
-
-      <plugins>
-        <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-             <configuration>
-                 <additionalparam>-Xdoclint:all</additionalparam>
-             </configuration>
-             <reportSets>
-               <reportSet><!-- by default, id = "default" -->
-                 <reports><!-- select non-aggregate reports -->
-                   <report>javadoc</report>
-                   <report>test-javadoc</report>
-                 </reports>
-               </reportSet>
-               <reportSet><!-- aggregate reportSet, to define in poms having modules -->
-                 <id>aggregate</id>
-                 <inherited>false</inherited><!-- don't run aggregate in child modules -->
-                 <reports>
-                   <report>aggregate</report>
-                 </reports>
-               </reportSet>
-             </reportSets>
-         </plugin>
-  <plugin>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-checkstyle-plugin</artifactId>
-    <version>${checkstyle.plugin.version}</version>
-        <configuration>
-          <configLocation>${project.basedir}/src/conf/checkstyle.xml</configLocation>
-          <!-- Needed to define config_loc -->
-          <propertyExpansion>config_loc=${project.basedir}</propertyExpansion>
-          <enableRulesSummary>false</enableRulesSummary>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>checkstyle-aggregate</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-  </plugin>
-
-<plugin>
-  <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.6</version>
-          <configuration>
-            <targetJdk>${maven.compiler.target}</targetJdk>
-            <linkXref>true</linkXref>
-          </configuration>
-          <reportSets>
-            <reportSet>
-              <id>pmd-report</id>
-              <reports>
-                <report>pmd</report>
-              </reports>
-            </reportSet>
-            <reportSet>
-              <id>pmd-aggregate</id>
-              <inherited>false</inherited>
-              <reports>
-                <report>pmd</report>
-              </reports>
-              <configuration>
-                <aggregate>true</aggregate>
-              </configuration>
-            </reportSet>
-          </reportSets>
-        </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>${commons.findbugs.version}</version>
-        <configuration>
-          <threshold>Normal</threshold>
-          <effort>Default</effort>
-          <excludeFilterFile>src/conf/findbugs-exclude-filter.xml</excludeFilterFile>
-          <fork>true</fork>
-          <jvmArgs>-Duser.language=en</jvmArgs>
-        </configuration>
-      </plugin>
-
-</plugins>
-
+        <plugins>
+            <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-javadoc-plugin</artifactId>
+                 <configuration>
+                     <additionalparam>-Xdoclint:all</additionalparam>
+                 </configuration>
+                 <reportSets>
+                   <reportSet><!-- by default, id = "default" -->
+                     <reports><!-- select non-aggregate reports -->
+                       <report>javadoc</report>
+                       <report>test-javadoc</report>
+                     </reports>
+                   </reportSet>
+                   <reportSet><!-- aggregate reportSet, to define in poms having modules -->
+                     <id>aggregate</id>
+                     <inherited>false</inherited><!-- don't run aggregate in child modules -->
+                     <reports>
+                       <report>aggregate</report>
+                     </reports>
+                   </reportSet>
+                 </reportSets>
+             </plugin>
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-checkstyle-plugin</artifactId>
+                 <version>${checkstyle.plugin.version}</version>
+                 <configuration>
+                     <configLocation>${project.basedir}/src/conf/checkstyle.xml</configLocation>
+                     <!-- Needed to define config_loc -->
+                     <propertyExpansion>config_loc=${project.basedir}</propertyExpansion>
+                     <enableRulesSummary>false</enableRulesSummary>
+                 </configuration>
+                 <reportSets>
+                     <reportSet>
+                         <reports>
+                             <report>checkstyle-aggregate</report>
+                         </reports>
+                     </reportSet>
+                 </reportSets>
+             </plugin>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>3.6</version>
+                <configuration>
+                    <targetJdk>${maven.compiler.target}</targetJdk>
+                    <linkXref>true</linkXref>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <id>pmd-report</id>
+                        <reports>
+                            <report>pmd</report>
+                        </reports>
+                    </reportSet>
+                    <reportSet>
+                        <id>pmd-aggregate</id>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>pmd</report>
+                        </reports>
+                        <configuration>
+                            <aggregate>true</aggregate>
+                        </configuration>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>${commons.findbugs.version}</version>
+                <configuration>
+                    <threshold>Normal</threshold>
+                    <effort>Default</effort>
+                    <excludeFilterFile>src/conf/findbugs-exclude-filter.xml</excludeFilterFile>
+                    <fork>true</fork>
+                    <jvmArgs>-Duser.language=en</jvmArgs>
+                </configuration>
+            </plugin>
+        </plugins>
     </reporting>
 
     <profiles>
@@ -602,7 +595,6 @@
         </profile>
     </profiles>
 
-
     <distributionManagement>
       <site>
         <id>commonsrdf-site</id>