echofish-aws-mvt-lambda
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ci-cmg.echofish</groupId> <artifactId>echofish-aws-mvt-lambda</artifactId> <version>1.0.0</version> </dependency>
<?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> <groupId>io.github.ci-cmg.echofish</groupId> <artifactId>echofish-aws-mvt-lambda</artifactId> <version>1.0.0</version> <name>${project.groupId}:${project.artifactId}</name> <description>EchoFish AWS Lambda that generates Mapbox Vector Tiles</description> <url>https://github.com/CI-CMG/echofish-aws-mvt-lambda</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>CIRES Coastal and Marine Geophysics / Marine Geology and Geophysics Developers</name> <organization>CIRES</organization> <organizationUrl>https://github.com/CI-CMG</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:CI-CMG/echofish-aws-mvt-lambda.git</connection> <developerConnection>scm:git:git@github.com:CI-CMG/echofish-aws-mvt-lambda.git</developerConnection> <url>https://github.com/CI-CMG/echofish-aws-mvt-lambda</url> <tag>v1.0.0</tag> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <maven.compiler.release>11</maven.compiler.release> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sign.serverId>gpg-sign</sign.serverId> <javadoc.version>3.3.1</javadoc.version> <jacoco.version>0.8.7</jacoco.version> <junit.version>5.8.1</junit.version> </properties> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>Central Repository</name> <url>https://repo.maven.apache.org/maven2</url> </repository> <repository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>fail</checksumPolicy> </snapshots> </repository> </repositories> <dependencyManagement> <dependencies> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>bom</artifactId> <version>2.17.82</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-bom</artifactId> <version>2.20.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-log4j2</artifactId> <version>1.5.1</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> </dependency> <dependency> <groupId>io.github.ci-cmg</groupId> <artifactId>aws-s3-outputstream</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.13.0</version> </dependency> <dependency> <groupId>io.github.ci-cmg.blosc</groupId> <artifactId>blosc-native-linux-x86-64</artifactId> <version>1.21.4</version> </dependency> <dependency> <groupId>io.github.ci-cmg.echofish</groupId> <artifactId>echofish-aws-data-utils</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>io.github.ci-cmg.echofish</groupId> <artifactId>echofish-aws-test-utils</artifactId> <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-core</artifactId> <version>1.2.1</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-events</artifactId> <version>3.10.0</version> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> </dependency> <dependency> <groupId>org.locationtech.jts.io</groupId> <artifactId>jts-io-common</artifactId> <version>1.18.2</version> </dependency> <dependency> <groupId>io.github.ci-cmg</groupId> <artifactId>trackline-simplifier</artifactId> <version>2.2.2</version> </dependency> <dependency> <groupId>io.github.ci-cmg</groupId> <artifactId>mvt-set-generator</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>io.github.ci-cmg</groupId> <artifactId>io-stream-utils</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>dev.zarr</groupId> <artifactId>jzarr</artifactId> <version>0.4.0</version> </dependency> <dependency> <groupId>io.github.ci-cmg</groupId> <artifactId>aws-zarr</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>DynamoDBLocal</artifactId> <version>1.21.1</version> <scope>test</scope> </dependency> <dependency> <groupId>io.github.ganadist.sqlite4java</groupId> <artifactId>libsqlite4java-osx-aarch64</artifactId> <type>dylib</type> <version>1.0.392</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> <version>1.7</version> <scope>test</scope> </dependency> <dependency> <groupId>io.github.ci-cmg.blosc</groupId> <artifactId>blosc-native-darwin-aarch64</artifactId> <version>1.21.4</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency> </dependencies> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>${javadoc.version}</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> </plugin> </plugins> </reporting> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.11.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>3.0.0</version> <dependencies> <dependency> <groupId>ant-contrib</groupId> <artifactId>ant-contrib</artifactId> <version>1.0b3</version> <exclusions> <exclusion> <groupId>ant</groupId> <artifactId>ant</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-nodeps</artifactId> <version>1.8.1</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>3.0.0-M4</version> </plugin> <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>4.9.10</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.9.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.1.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>${javadoc.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release,site-publish</releaseProfiles> <goals>deploy site</goals> <tagNameFormat>v@{project.version}</tagNameFormat> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>report</id> <phase>verify</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>4.2.2</version> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.2.0</version> <configuration> <tarLongFileMode>posix</tarLongFileMode> <descriptors> <descriptor>src/assembly/dist.xml</descriptor> </descriptors> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>dep-check</id> <build> <plugins> <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>8.4.0</version> <configuration> <skipProvidedScope>true</skipProvidedScope> <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability> <suppressionFiles> <suppressionFile>owasp-dep-check-suppression.xml</suppressionFile> </suppressionFiles> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <executions> <execution> <id>get-the-git-infos</id> <goals> <goal>revision</goal> </goals> <phase>pre-site</phase> </execution> </executions> <configuration> <injectAllReactorProjects>true</injectAllReactorProjects> <failOnNoGitDirectory>false</failOnNoGitDirectory> <offline>true</offline> <replacementProperties> <replacementProperty> <property>git.remote.origin.url</property> <propertyOutputSuffix>suffix</propertyOutputSuffix> <token>^.+/(.+).git$</token> <value>$1</value> <regex>true</regex> </replacementProperty> </replacementProperties> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.simplify4u.plugins</groupId> <artifactId>sign-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <goals> <goal>sign</goal> </goals> <configuration> <skipNoKey>false</skipNoKey> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>site-publish</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>index.html</id> <phase>site</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${project.build.directory}/site-resources</outputDirectory> <useDefaultDelimiters>false</useDefaultDelimiters> <delimiters> <delimiter>@</delimiter> </delimiters> <resources> <resource> <directory>site-resources</directory> <filtering>true</filtering> </resource> </resources> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>publish-site</id> <phase>site</phase> <goals> <goal>run</goal> </goals> <configuration> <target> <delete dir="${project.build.directory}/project-documentation" quiet="true" /> <exec dir="${project.build.directory}" executable="git"> <arg value="clone" /> <arg value="--depth=1" /> <arg value="git@github.com:CI-CMG/project-documentation.git" /> </exec> <exec dir="${project.build.directory}/project-documentation" executable="git"> <arg value="remote" /> <arg value="add" /> <arg value="javadoc" /> <arg value="git@github.com:CI-CMG/project-documentation.git" /> </exec> <exec dir="${project.build.directory}/project-documentation" executable="git" failonerror="false"> <arg value="rm" /> <arg value="-r" /> <arg value="${git.remote.origin.url.suffix}/${project.version}" /> </exec> <mkdir dir="${project.build.directory}/project-documentation/${git.remote.origin.url.suffix}" /> <copy todir="${project.build.directory}/project-documentation/${git.remote.origin.url.suffix}"> <fileset file="${project.build.directory}/site-resources/index.html" /> </copy> <copy todir="${project.build.directory}/project-documentation/${git.remote.origin.url.suffix}/${project.version}"> <fileset dir="${project.build.directory}/site" /> </copy> <exec dir="${project.build.directory}/project-documentation" executable="git"> <arg value="add" /> <arg value="${git.remote.origin.url.suffix}/index.html" /> </exec> <exec dir="${project.build.directory}/project-documentation" executable="git"> <arg value="add" /> <arg value="${git.remote.origin.url.suffix}/${project.version}" /> </exec> <exec dir="${project.build.directory}/project-documentation" executable="git"> <arg value="commit" /> <arg value="-m" /> <arg value="Update Documentation: ${git.remote.origin.url.suffix}/${project.version}" /> </exec> <exec dir="${project.build.directory}/project-documentation" executable="git"> <arg value="push" /> <arg value="javadoc" /> <arg value="trunk" /> </exec> </target> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>