Skip to content

Commit

Permalink
Merge pull request #918 from ebocher/release_1_0_0
Browse files Browse the repository at this point in the history
Release 1 0 0
  • Loading branch information
ebocher authored Jan 15, 2024
2 parents fd136be + 7cf7f0c commit d935bfd
Showing 1 changed file with 10 additions and 107 deletions.
117 changes: 10 additions & 107 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
urban classifications such as Local Climate Zones, etc.).
</description>

<organization>
<name>CNRS</name>
<url>http://www.cnrs.fr</url>
</organization>
<url>http://github.com/orbisgis/geoclimate</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>YYYY-MM-dd</maven.build.timestamp.format>
Expand Down Expand Up @@ -51,7 +57,6 @@
<!-- Plugins versions -->
<exec-maven-version>3.0.0</exec-maven-version>
<gmaven-version>3.0.2</gmaven-version>
<jacoco-maven-version>0.8.7</jacoco-maven-version>
<maven-archetype-plugin-version>3.2.0</maven-archetype-plugin-version>
<maven-assembly-version>3.3.0</maven-assembly-version>
<maven-bundle-version>5.1.2</maven-bundle-version>
Expand All @@ -63,12 +68,9 @@
<maven-install-version>3.0.0-M1</maven-install-version>
<maven-jar-version>3.2.0</maven-jar-version>
<maven-javadoc-version>3.3.1</maven-javadoc-version>
<maven-project-info-reports-version>3.1.2</maven-project-info-reports-version>
<maven-release-version>3.0.0-M4</maven-release-version>
<maven-resources-version>3.2.0</maven-resources-version>
<maven-site-version>3.9.1</maven-site-version>
<maven-source-version>3.2.1</maven-source-version>
<maven-surefire-version>3.0.0-M5</maven-surefire-version>
<maven-surefire-report-plugin-version>3.0.0-M5</maven-surefire-report-plugin-version>
<version-maven-version>2.8.1</version-maven-version>

<!-- Extensions version -->
Expand All @@ -79,6 +81,7 @@
<license>
<name>GNU Lesser General Public License (LGPLV3+)</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>

Expand Down Expand Up @@ -394,32 +397,6 @@
</rulesUri>
</configuration>
</plugin>
<!-- Reporting -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven-project-info-reports-version}</version>
</plugin>
<!-- Test coverage -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-version}</version>
<executions>
<execution>
<id>initialize</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>test</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Javadoc generation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -508,18 +485,6 @@
</execution>
</executions>
</plugin>
<!-- Resources -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-version}</version>
</plugin>
<!-- Site -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site-version}</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down Expand Up @@ -552,7 +517,6 @@
</executions>
<inherited>false</inherited>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand All @@ -562,73 +526,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>deploy</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin-version}</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<!-- reporting -->
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>dependency-updates-report</report>
<report>plugin-updates-report</report>
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<show>public</show>
</configuration>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</build>

<!-- Environment Settings -->
<repositories>
Expand Down

0 comments on commit d935bfd

Please sign in to comment.