From ccc43e5441c4e96494fe9c7dcfa07ce8081f80b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20V=C3=A5ge=20Fannemel?= <34712686+asmfstatoil@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:52:55 +0200 Subject: [PATCH] chore: add information to pom-files --- pom.xml | 124 +++++++++++++++++++++++++++++--------------------- pomJava21.xml | 18 ++++++++ pomJava8.xml | 19 +++++++- 3 files changed, 107 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index 9738c8008..678b873f4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,9 @@ 4.0.0 com.equinor.neqsim neqsim + NeqSim + NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. + https://github.com/equinor/neqsim jar ${revision}${sha1}${changelist} @@ -17,6 +20,21 @@ checkstyle_neqsim.xml + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Even Solbraa + esolbraa@gmail.com + Equinor + https://github.com/equinor + + @@ -107,74 +125,74 @@ - - release - + + release + - - org.sonatype.central - central-publishing-maven-plugin - 0.6.0 - true - - central - true - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - + + org.sonatype.central + central-publishing-maven-plugin + 0.6.0 + true + + central + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + attach-sources verify - jar-no-fork + jar-no-fork - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.10.0 - - + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.10.0 + + attach-javadoc - jar + jar - + - - none - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.2.6 - - + + none + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.6 + + sign-artifacts verify - sign + sign - - - - + + + + --pinentry-mode loopback - - - + + + - - - + + + @@ -339,7 +357,7 @@ true - + diff --git a/pomJava21.xml b/pomJava21.xml index c2182478b..16e0b26e3 100644 --- a/pomJava21.xml +++ b/pomJava21.xml @@ -6,6 +6,9 @@ 4.0.0 com.equinor.neqsim neqsim + NeqSim + NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. + https://github.com/equinor/neqsim jar ${revision}${sha1}${changelist} @@ -16,6 +19,21 @@ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Even Solbraa + esolbraa@gmail.com + Equinor + https://github.com/equinor + + diff --git a/pomJava8.xml b/pomJava8.xml index be5a8bd21..5d908014c 100644 --- a/pomJava8.xml +++ b/pomJava8.xml @@ -6,9 +6,11 @@ 4.0.0 com.equinor.neqsim neqsim + NeqSim + NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. + https://github.com/equinor/neqsim jar ${revision}${sha1}${changelist}-Java8 - 2.5.35 @@ -17,6 +19,21 @@ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Even Solbraa + esolbraa@gmail.com + Equinor + https://github.com/equinor + +