y9-storage
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.risesoft</groupId>
<artifactId>y9-storage</artifactId>
<version>v9.6.9-M1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.risesoft</groupId>
<artifactId>y9-digitalbase-parent</artifactId>
<version>v9.6.9-M1</version>
<relativePath></relativePath>
</parent>
<artifactId>y9-storage</artifactId>
<version>v9.6.9-M1</version>
<packaging>pom</packaging>
<name>y9-storage</name>
<description>RiseSoft/Network Drive parent pom.xml file</description>
<url>https://gitee.com/risesoft-y9/y9-storage</url>
<licenses>
<license>
<name>GNU General Public License (GPL) version 3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>qinman</name>
<email>qinman@risesoft.net</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
<developer>
<name>yihong</name>
<email>yihong@risesoft.net</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
</developers>
<modules>
<module>risenet-y9boot-api-auth</module>
<module>risenet-y9boot-server-dataassets</module>
<module>risenet-y9boot-server-storage</module>
</modules>
<scm>
<connection>scm:git:https://gitee.com/risesoft-y9/y9-storage.git</connection>
<developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-storage.git</developerConnection>
<url>https://gitee.com/risesoft-y9/y9-storage</url>
</scm>
<properties>
<gitee.url>https://gitee.com/risesoft-y9/y9-storage</gitee.url>
<gitee.connection>scm:git:https://gitee.com/risesoft-y9/y9-storage.git</gitee.connection>
<gitee.developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-storage.git</gitee.developerConnection>
<revision>v9.6.9-M1</revision>
</properties>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>y9-internet-repo</id>
<url>https://svn.youshengyun.com:9900/nexus/repository/maven-public/</url>
</repository>
</repositories>
<profiles>
<profile>
<id>deploy-maven-central</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<configuration>
<excludeArtifacts>
<artifact>risenet-y9boot-server-dataassets</artifact>
<artifact>risenet-y9boot-server-storage</artifact>
</excludeArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>