From 664ca6f758b43e9a478f00eebf6f3079b9c3dc38 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 20 Feb 2021 21:34:12 +0100 Subject: [PATCH] Fix pom indentation --- pom.xml | 455 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 230 insertions(+), 225 deletions(-) diff --git a/pom.xml b/pom.xml index 855c143..a081a2a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,230 +1,235 @@ - 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/xsd/maven-4.0.0.xsd"> + 4.0.0 - CavalliumDBEngine + CavalliumDBEngine - it.cavallium - dbengine - 3.0.${revision} + it.cavallium + dbengine + 3.0.${revision} - jar - - UTF-8 - 0-SNAPSHOT - - - - mchv-release - MCHV Release Apache Maven Packages - https://mvn.mchv.eu/repository/mchv - - - mchv-snapshot - MCHV Snapshot Apache Maven Packages - https://mvn.mchv.eu/repository/mchv-snapshot - - - - - mchv-release-distribution - MCHV Release Apache Maven Packages Distribution - https://mvn.mchv.eu/repository/mchv - - - mchv-snapshot-distribution - MCHV Snapshot Apache Maven Packages Distribution - https://mvn.mchv.eu/repository/mchv-snapshot - - - - scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine.git - scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine.git - HEAD - - - - org.slf4j - slf4j-api - 1.7.30 - - - org.warp - common-utils - 1.1.2 - - - io.netty - netty-buffer - 4.1.58.Final - - - javax.xml.bind - jaxb-api - 2.2.11 - - - com.sun.xml.bind - jaxb-core - 2.2.11 - - - com.sun.xml.bind - jaxb-impl - 2.2.11 - - - javax.activation - activation - 1.1.1 - - - it.cavallium - concurrent-locks - 1.0.8 - - - org.yaml - snakeyaml - 1.24 - - - javax.annotation - javax.annotation-api - 1.2 - - - it.unimi.dsi - fastutil - 8.3.1 - - - org.junit.jupiter - junit-jupiter-api - 5.7.0 - test - - - org.hamcrest - hamcrest-core - - - - - - org.hamcrest - hamcrest-library - 1.3 - test - - - org.rocksdb - rocksdbjni - 6.15.2 - - - org.apache.lucene - lucene-core - 8.6.2 - - - org.apache.lucene - lucene-join - 8.6.2 - - - org.apache.lucene - lucene-analyzers-common - 8.6.2 - - - org.apache.lucene - lucene-codecs - 8.6.2 - - - org.apache.lucene - lucene-backward-codecs - 8.6.2 - - - org.apache.lucene - lucene-queries - 8.6.2 - - - org.jetbrains - annotations - 19.0.0 - - - io.projectreactor - reactor-core - 3.4.2 - - - io.projectreactor - reactor-tools - 3.4.2 - - - org.novasearch - lucene-relevance - 8.0.0.0.5 - - - - src/test/java - - - ../src/main/libs - - **/*.jar - - - - - - kr.motd.maven - os-maven-plugin - 1.5.0.Final - - - - - org.apache.maven.plugins - maven-install-plugin - 3.0.0-M1 - - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.2 - - - compile - - copy-dependencies - - - ${project.build.directory}/lib - false - false - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 11 - false - - - - + jar + + UTF-8 + 0-SNAPSHOT + + + + mchv-release + MCHV Release Apache Maven Packages + https://mvn.mchv.eu/repository/mchv + + + mchv-snapshot + MCHV Snapshot Apache Maven Packages + https://mvn.mchv.eu/repository/mchv-snapshot + + + + + mchv-release-distribution + MCHV Release Apache Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv + + + mchv-snapshot-distribution + MCHV Snapshot Apache Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv-snapshot + + + + scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine.git + scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine.git + HEAD + + + + org.slf4j + slf4j-api + 1.7.30 + + + uk.org.lidalia + lidalia-slf4j-ext + 1.0.0 + + + org.warp + common-utils + 1.1.2 + + + io.netty + netty-buffer + 4.1.58.Final + + + javax.xml.bind + jaxb-api + 2.2.11 + + + com.sun.xml.bind + jaxb-core + 2.2.11 + + + com.sun.xml.bind + jaxb-impl + 2.2.11 + + + javax.activation + activation + 1.1.1 + + + it.cavallium + concurrent-locks + 1.0.8 + + + org.yaml + snakeyaml + 1.24 + + + javax.annotation + javax.annotation-api + 1.2 + + + it.unimi.dsi + fastutil + 8.3.1 + + + org.junit.jupiter + junit-jupiter-api + 5.7.0 + test + + + org.hamcrest + hamcrest-core + + + + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.rocksdb + rocksdbjni + 6.15.2 + + + org.apache.lucene + lucene-core + 8.6.2 + + + org.apache.lucene + lucene-join + 8.6.2 + + + org.apache.lucene + lucene-analyzers-common + 8.6.2 + + + org.apache.lucene + lucene-codecs + 8.6.2 + + + org.apache.lucene + lucene-backward-codecs + 8.6.2 + + + org.apache.lucene + lucene-queries + 8.6.2 + + + org.jetbrains + annotations + 19.0.0 + + + io.projectreactor + reactor-core + 3.4.2 + + + io.projectreactor + reactor-tools + 3.4.2 + + + org.novasearch + lucene-relevance + 8.0.0.0.5 + + + + src/test/java + + + ../src/main/libs + + **/*.jar + + + + + + kr.motd.maven + os-maven-plugin + 1.5.0.Final + + + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.2 + + + compile + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + false + + + +