From d36488ad2e54f50d1ee78ba28385d4845b34488a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 6 Nov 2019 17:49:48 +0100 Subject: [PATCH] Fix benchmark pom.xml to include distribution managment config Also fix indentation. Change-Id: I6d223c493d537bb8aac23c7ddf0a602aff22a3c2 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.benchmarks/pom.xml | 310 +++++++++++++++------------- 1 file changed, 164 insertions(+), 146 deletions(-) diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 949367a66..4e60ab9b7 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -41,155 +41,173 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> - - 4.0.0 + + 4.0.0 - org.eclipse.jgit - 5.1.13-SNAPSHOT - org.eclipse.jgit.benchmarks - jar + org.eclipse.jgit + 5.1.13-SNAPSHOT + org.eclipse.jgit.benchmarks + jar - JGit - JMH based benchmarks + JGit - JMH based benchmarks - - UTF-8 - 1.8 - 1.21 - benchmarks - + + UTF-8 + 1.8 + 1.21 + benchmarks + - - - org.openjdk.jmh - jmh-core - ${jmh.version} - - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - provided - - - org.eclipse.jgit - org.eclipse.jgit - ${project.version} - - + + + org.openjdk.jmh + jmh-core + ${jmh.version} + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + provided + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + - - src/ - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${javac.target} - ${javac.target} - ${javac.target} - .apt_generated - - - - compile-with-errorprone - compile - - compile - - - javac-with-errorprone - true - - -Xep:ExpectedExceptionChecker:ERROR - - - - - - - org.codehaus.plexus - plexus-compiler-javac - 2.8.5 - - - org.codehaus.plexus - plexus-compiler-javac-errorprone - 2.8.5 - - - - com.google.errorprone - error_prone_core - 2.3.3 - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - ${uberjar.name} - - - org.openjdk.jmh.Main - - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.8,) - - run - - - - - - - - - - - - - + + src/ + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${javac.target} + ${javac.target} + ${javac.target} + .apt_generated + + + + compile-with-errorprone + compile + + compile + + + javac-with-errorprone + true + + -Xep:ExpectedExceptionChecker:ERROR + + + + + + + org.codehaus.plexus + plexus-compiler-javac + 2.8.5 + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.8.5 + + + + com.google.errorprone + error_prone_core + 2.3.3 + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + ${uberjar.name} + + + org.openjdk.jmh.Main + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.8,) + + run + + + + + + + + + + + + + + + + repo.eclipse.org + JGit Maven Repository - Releases + https://repo.eclipse.org/content/repositories/jgit-releases/ + + + repo.eclipse.org + JGit Maven Repository - Snapshots + https://repo.eclipse.org/content/repositories/jgit-snapshots/ + true + + + jgit.website + JGit Website + ${jgit.website.url} + +