1 Star 0 Fork 8

Jackey870/Network Drive 网络硬盘

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
Tobin 提交于 2024-08-21 14:59 . chore: 各个仓库独立构建
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.risesoft</groupId>
<artifactId>y9-digitalbase</artifactId>
<version>v9.6.7-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>y9-storage</artifactId>
<packaging>pom</packaging>
<name>y9-storage</name>
<version>${revision}</version>
<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>[email protected]</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
<developer>
<name>yihong</name>
<email>[email protected]</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
</developers>
<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.7-SNAPSHOT</revision>
</properties>
<scm>
<url>${gitee.url}</url>
<connection>${gitee.connection}</connection>
<developerConnection>${gitee.developerConnection}</developerConnection>
</scm>
<modules>
<module>risenet-y9boot-webapp-storage</module>
</modules>
<repositories>
<repository>
<id>y9-internet-repo</id>
<url>https://svn.youshengyun.com:9900/nexus/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<!-- <updatePolicy>always</updatePolicy> -->
<!-- always,daily(default),interval:XXX,never -->
</snapshots>
</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-webapp-storage</artifact>
</excludeArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Jakey870_admin/y9-storage.git
[email protected]:Jakey870_admin/y9-storage.git
Jakey870_admin
y9-storage
Network Drive 网络硬盘
main

搜索帮助