Fix whitespace, tabs and indentation
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/a9430624 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/a9430624 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/a9430624 Branch: refs/heads/JENA-507 Commit: a94306244228400e146bbffda721fddb7db25b44 Parents: b820b41 Author: Andy Seaborne <[email protected]> Authored: Sun Jan 10 16:36:24 2016 +0000 Committer: Andy Seaborne <[email protected]> Committed: Sun Jan 10 16:38:59 2016 +0000 ---------------------------------------------------------------------- jena-parent/pom.xml | 140 +++++++++++++++++++++++------------------------ 1 file changed, 70 insertions(+), 70 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/a9430624/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index c03ad54..ba4eee1 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -40,7 +40,7 @@ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> - + <organization> <name>The Apache Software Foundation</name> <url>http://www.apache.org/</url> @@ -60,7 +60,7 @@ <ver.httpclient>4.2.6</ver.httpclient> <ver.httpcore>4.2.5</ver.httpcore> <!-- Normally, these are the same as the above - In the case of 4.2.6, there isn't a httpcore-osgi. + In the case of 4.2.6, there isn't a httpcore-osgi. --> <ver.httpcore-osgi>4.2.5</ver.httpcore-osgi> <ver.httpclient-osgi>4.2.6</ver.httpclient-osgi> @@ -146,38 +146,38 @@ </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${ver.commons-codec}</version> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>${ver.commons-codec}</version> </dependency> <dependency> - <groupId>org.apache.thrift</groupId> - <artifactId>libthrift</artifactId> - <version>0.9.2</version> - <exclusions> - <!-- Use whatever version Jena is using --> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.thrift</groupId> + <artifactId>libthrift</artifactId> + <version>0.9.2</version> + <exclusions> + <!-- Use whatever version Jena is using --> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-csv</artifactId> - <version>1.0</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-csv</artifactId> + <version>1.0</version> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.3.2</version> </dependency> <dependency> @@ -216,22 +216,22 @@ <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-osgi</artifactId> - </exclusion> + </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> - + <!-- Lucene dependencies --> <dependency> <groupId>org.apache.lucene</groupId> @@ -447,8 +447,8 @@ </executions> <configuration> <excludeSubProjects>true</excludeSubProjects> - <excludes> - <exclude>**/META-INF/services/*</exclude> + <excludes> + <exclude>**/META-INF/services/*</exclude> <!-- jena-core exclusions --> @@ -517,17 +517,17 @@ <exclude>**/log4j-testing.properties</exclude> <exclude>**/derby.log</exclude> <exclude>**/DB/**/*</exclude> - <!-- TDB config files JSON - no comments allowed --> + <!-- TDB config files JSON - no comments allowed --> <exclude>**/tdb*.cfg</exclude> - <!-- Fuseki2 server "run" area --> - <exclude>**/run/**/*</exclude> - <!-- Cached classpath for commands - autogenerated --> - <exclude>**/*.classpath</exclude> - - <!-- Exclude anything created during the build (plugin generated files) ->--> - <exclude>**/target/**/*</exclude> - <!-- MSHADE-124 --> - <exclude>**/dependency-reduced-pom.xml</exclude> + <!-- Fuseki2 server "run" area --> + <exclude>**/run/**/*</exclude> + <!-- Cached classpath for commands - autogenerated --> + <exclude>**/*.classpath</exclude> + + <!-- Exclude anything created during the build (plugin generated files) ->--> + <exclude>**/target/**/*</exclude> + <!-- MSHADE-124 --> + <exclude>**/dependency-reduced-pom.xml</exclude> </excludes> </configuration> </plugin> @@ -563,10 +563,10 @@ <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> - <!-- - Warning: - "maven-remote-resources-plugin (goal "process") is ignored by m2e." - --> + <!-- + Warning: + "maven-remote-resources-plugin (goal "process") is ignored by m2e." + --> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> @@ -581,9 +581,9 @@ </pluginExecution> <pluginExecution> <!-- - Warning: - "maven-enforcer-plugin (goal "enforce") is ignored by m2e." - --> + Warning: + "maven-enforcer-plugin (goal "enforce") is ignored by m2e." + --> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> @@ -596,12 +596,12 @@ <ignore /> </action> </pluginExecution> - - <pluginExecution> + + <pluginExecution> <!-- - Error: - Plugin execution not covered by lifecycle configuration - --> + Error: + Plugin execution not covered by lifecycle configuration + --> <pluginExecutionFilter> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> @@ -615,20 +615,20 @@ </action> </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.xenei</groupId> - <artifactId>contract-test-maven-plugin</artifactId> - <versionRange>[0.1.5,)</versionRange> - <goals> - <goal>contract-test</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.xenei</groupId> + <artifactId>contract-test-maven-plugin</artifactId> + <versionRange>[0.1.5,)</versionRange> + <goals> + <goal>contract-test</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> </lifecycleMappingMetadata> </configuration> @@ -700,9 +700,9 @@ </configuration> </plugin> - <!-- Temp fix for remote-resources while waiting for remote-resources >1.5 - 1.6 should fix this - SNAPSHOT already does. - --> + <!-- Temp fix for remote-resources while waiting for remote-resources >1.5 + 1.6 should fix this - SNAPSHOT already does. + --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId>
