2019-08-27 15:44:10 +08:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/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">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<properties>
|
|
|
|
|
<slf4j.log4j12.version>1.6.2</slf4j.log4j12.version>
|
|
|
|
|
</properties>
|
2019-09-03 18:19:33 +08:00
|
|
|
|
<groupId>com.github.deng0515001</groupId>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
<artifactId>lnglat2Geo</artifactId>
|
2019-11-01 10:57:41 +08:00
|
|
|
|
<version>1.0.5</version>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
<packaging>jar</packaging>
|
2019-09-03 18:19:33 +08:00
|
|
|
|
<name>lnglat2Geo</name>
|
|
|
|
|
<description>lnglat to Geo</description>
|
|
|
|
|
<url>https://github.com/deng0515001/lnglat2Geo</url>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.sgr</groupId>
|
|
|
|
|
<artifactId>s2-geometry-library-java</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
2022-05-27 20:53:20 +08:00
|
|
|
|
<!-- 移植scala代码,tuple暂时用它来替代 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.speedment.common</groupId>
|
|
|
|
|
<artifactId>tuple</artifactId>
|
|
|
|
|
<version>3.2.10</version>
|
|
|
|
|
</dependency>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
<version>3.9</version>
|
|
|
|
|
</dependency>
|
2022-05-27 20:53:20 +08:00
|
|
|
|
|
2019-08-27 15:44:10 +08:00
|
|
|
|
|
|
|
|
|
<dependency>
|
2022-05-27 20:53:20 +08:00
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.22</version>
|
|
|
|
|
<scope>provided</scope>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2022-05-27 20:53:20 +08:00
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>1.2.79</version>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2022-05-27 20:53:20 +08:00
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>1.3.2</version>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
2019-09-03 18:19:33 +08:00
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>https://github.com/deng0515001/lnglat2Geo</url>
|
|
|
|
|
<connection>https://github.com/deng0515001/lnglat2Geo.git</connection>
|
|
|
|
|
<developerConnection>https://github.com/deng0515001/lnglat2Geo</developerConnection>
|
|
|
|
|
</scm>
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>deng0515001</name>
|
|
|
|
|
<email>451408963@qq.com</email>
|
|
|
|
|
<url>https://github.com/deng0515001/lnglat2Geo</url>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>sonatype-nexus-staging</id>
|
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>sonatype-nexus-staging</id>
|
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.1</version>
|
|
|
|
|
<configuration>
|
2022-05-27 20:53:20 +08:00
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>2.7</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
2019-09-03 18:19:33 +08:00
|
|
|
|
<!-- 签名插件 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
<version>1.6</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>signArtifact</id>
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>sign</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
2019-08-27 15:44:10 +08:00
|
|
|
|
<!-- 要将源码放上去,需要加入这个插件 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<attach>true</attach>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>compile</phase>
|
|
|
|
|
<goals>
|
2019-09-03 18:19:33 +08:00
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>3.1.1</version>
|
2019-10-11 15:12:44 +08:00
|
|
|
|
<!--<configuration>-->
|
2022-05-27 20:53:20 +08:00
|
|
|
|
<!--<aggregate>true</aggregate>-->
|
2019-10-11 15:12:44 +08:00
|
|
|
|
<!--</configuration>-->
|
2019-09-03 18:19:33 +08:00
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
|
<goals>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
|
|
|
2022-05-27 20:53:20 +08:00
|
|
|
|
</build>
|
2019-08-27 15:44:10 +08:00
|
|
|
|
</project>
|