proximax-storage-platform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.proximax</groupId> <artifactId>proximax-storage-platform</artifactId> <version>0.1.0-beta.8</version> </dependency>
<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.proximax</groupId> <artifactId>proximax-storage-platform</artifactId> <version>0.1.0-beta.8</version> <description>Official ProximaX Storage REST API Platform (NIS Compatible Only)</description> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <scm> <connection>scm:git:https://github.com/proximax-storage/proximax-storage-platform.git</connection> <developerConnection>scm:git:https://github.com/proximax-storage/proximax-storage-platform.git</developerConnection> <tag>v0.1.0-beta.8</tag> </scm> <licenses> <license> <name>Apache License</name> <url>https://opensource.org/licenses/Apache-2.0</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>ProximaX Limited</name> <url>https://www.proximax.io</url> </organization> <developers> <developer> <name>avanaur</name> <email>tyrone.villaluna@proximax.io</email> <organization>proximax.io</organization> <organizationUrl>https://proximax.io</organizationUrl> </developer> <developer> <name>carlocayos</name> <email>carlo.cayos@proximax.io</email> <organization>proximax.io</organization> <organizationUrl>https://proximax.io</organizationUrl> </developer> <developer> <name>brambear</name> <email>alvin.reyes@proximax.io</email> <organization>proximax.io</organization> <organizationUrl>https://proximax.io</organizationUrl> </developer> </developers> <repositories> <repository> <id>nexus</id> <url>https://nexus.internal.proximax.io/repository/maven-public</url> </repository> </repositories> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.7.RELEASE</version> </parent> <properties> <start-class>io.nem.xpx.main.Application</start-class> <ipfs.java.api.version>v1.2.0-proximax</ipfs.java.api.version> <jnr.fuse>0.5.1</jnr.fuse> <nem.apps.lib.version>0.0.1-SNAPSHOT</nem.apps.lib.version> <swagger.io.version>2.7.0</swagger.io.version> <tika.version>1.17</tika.version> <flatbuffers.version>1.8.0</flatbuffers.version> <dockerfile.skip>true</dockerfile.skip> <docker.registry /> </properties> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <tagNameFormat>v@{project.version}</tagNameFormat> </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> <execution> <goals> <goal>build-info</goal> </goals> </execution> </executions> <configuration> <profiles> <profile>dev</profile> <profile>test</profile> <profile>prod</profile> </profiles> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <delimiters> <delimiter>@</delimiter> </delimiters> <useDefaultDelimiters>true</useDefaultDelimiters> </configuration> </plugin> <plugin> <groupId>com.spotify</groupId> <artifactId>dockerfile-maven-plugin</artifactId> <version>1.4.0</version> <executions> <execution> <id>default</id> <goals> <goal>build</goal> <goal>push</goal> </goals> </execution> </executions> <configuration> <repository>${docker.registry}${project.artifactId}</repository> <tag>${project.version}</tag> <buildArgs> <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE> </buildArgs> <skip>${dockerfile.skip}</skip> </configuration> <dependencies> <!-- from https://github.com/spotify/dockerfile-maven/issues/62#issuecomment-356368099 --> <dependency> <groupId>com.spotify</groupId> <artifactId>docker-client</artifactId> <classifier>shaded</classifier> <version>8.11.2</version> </dependency> </dependencies> </plugin> </plugins> <resources> <resource> <directory>${basedir}/src/main/resources</directory> <filtering>true</filtering> <includes> <include>**/application*.yml</include> </includes> </resource> </resources> </build> <profiles> <profile> <id>sign-artifacts</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>integration-test</id> <properties> <skip.integration.tests>false</skip.integration.tests> </properties> </profile> </profiles> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>io.nem.apps</groupId> <artifactId>nem-apps-lib</artifactId> <version>0.0.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>${swagger.io.version}</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>${swagger.io.version}</version> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>${tika.version}</version> </dependency> <dependency> <groupId>io.ipfs</groupId> <artifactId>api</artifactId> <version>${ipfs.java.api.version}</version> </dependency> <dependency> <groupId>com.github.serceman</groupId> <artifactId>jnr-fuse</artifactId> <version>${jnr.fuse}</version> </dependency> <dependency> <groupId>com.google.flatbuffers</groupId> <artifactId>flatbuffers-java</artifactId> <version>${flatbuffers.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>