1 Star 0 Fork 51

zhengyangf/Email 电子邮件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
mengjuhua 提交于 2024-10-16 10:41 +08:00 . chore:准备 v9.6.8 的开发
<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.8-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>net.risesoft</groupId>
<artifactId>y9-email</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<description>RiseSoft/Email parent pom.xml file</description>
<url>https://gitee.com/risesoft-y9/y9-email</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>
<scm>
<url>${gitee.url}</url>
<connection>${gitee.connection}</connection>
<developerConnection>${gitee.developerConnection}</developerConnection>
</scm>
<developers>
<developer>
<name>wanghongzhe</name>
<email>wanghongzhe@risesoft.net</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
<developer>
<name>fanzhengyang</name>
<email>fanzhengyang@risesoft.net</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
<developer>
<name>songguoxi</name>
<email>songguoxi@risesoft.net</email>
<organization>risesoft</organization>
<organizationUrl>https://www.risesoft.net</organizationUrl>
</developer>
</developers>
<properties>
<gitee.url>https://gitee.com/risesoft-y9/y9-email</gitee.url>
<gitee.connection>scm:git:https://gitee.com/risesoft-y9/y9-email.git</gitee.connection>
<gitee.developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-email.git</gitee.developerConnection>
<revision>v9.6.8-SNAPSHOT</revision>
</properties>
<modules>
<module>risenet-y9boot-api-feignclient-webmail</module>
<module>risenet-y9boot-api-interface-webmail</module>
<module>risenet-y9boot-support-webmail</module>
<module>risenet-y9boot-webapp-webmail</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-webmail</artifact>
</excludeArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhengyangf/y9-email.git
git@gitee.com:zhengyangf/y9-email.git
zhengyangf
y9-email
Email 电子邮件
main

搜索帮助