Skip to content

Commit

Permalink
chore: add information to pom-files
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Sep 26, 2024
1 parent 50b3b79 commit ccc43e5
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 54 deletions.
124 changes: 71 additions & 53 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.equinor.neqsim</groupId>
<artifactId>neqsim</artifactId>
<name>NeqSim</name>
<description>NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation.</description>
<url>https://github.com/equinor/neqsim</url>
<packaging>jar</packaging>
<version>${revision}${sha1}${changelist}</version>

Expand All @@ -17,6 +20,21 @@
<changelist/>
<checkstyle.config.location>checkstyle_neqsim.xml</checkstyle.config.location>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Even Solbraa</name>
<email>esolbraa@gmail.com</email>
<organization>Equinor</organization>
<organizationUrl>https://github.com/equinor</organizationUrl>
</developer>
</developers>

<repositories>
<repository>
Expand Down Expand Up @@ -107,74 +125,74 @@
</dependency>
</dependencies>
<profiles>
<profile>
<id>release</id>
<build>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<executions>
<execution>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<executions>
<execution>
<id>attach-javadoc</id>
<goals>
<goal>jar</goal>
<goal>jar</goal>
</goals>
</execution>
</execution>
</executions>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<executions>
<execution>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</build>
</profile>
</profiles>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -339,7 +357,7 @@
<configuration>
<failsOnError>true</failsOnError>
</configuration>
</plugin>
</plugin>
</plugins>
</build>
<distributionManagement>
Expand Down
18 changes: 18 additions & 0 deletions pomJava21.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.equinor.neqsim</groupId>
<artifactId>neqsim</artifactId>
<name>NeqSim</name>
<description>NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation.</description>
<url>https://github.com/equinor/neqsim</url>
<packaging>jar</packaging>
<version>${revision}${sha1}${changelist}</version>

Expand All @@ -16,6 +19,21 @@
<sha1/>
<changelist/>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Even Solbraa</name>
<email>esolbraa@gmail.com</email>
<organization>Equinor</organization>
<organizationUrl>https://github.com/equinor</organizationUrl>
</developer>
</developers>

<repositories>
<repository>
Expand Down
19 changes: 18 additions & 1 deletion pomJava8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.equinor.neqsim</groupId>
<artifactId>neqsim</artifactId>
<name>NeqSim</name>
<description>NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation.</description>
<url>https://github.com/equinor/neqsim</url>
<packaging>jar</packaging>
<version>${revision}${sha1}${changelist}-Java8</version>


<properties>
<revision>2.5.35</revision>
Expand All @@ -17,6 +19,21 @@
<sha1 />
<changelist />
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Even Solbraa</name>
<email>esolbraa@gmail.com</email>
<organization>Equinor</organization>
<organizationUrl>https://github.com/equinor</organizationUrl>
</developer>
</developers>

<repositories>
<repository>
Expand Down

0 comments on commit ccc43e5

Please sign in to comment.