1 Star 0 Fork 91

yahuazhou/WorkFlow Engine 工作流引擎

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.62 KB
一键复制 编辑 原始数据 按行查看 历史
mengjuhua 提交于 2024-08-09 18:02 . 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>../y9-digitalbase/pom.xml</relativePath>
</parent>
<artifactId>y9-flowable</artifactId>
<packaging>pom</packaging>
<name>y9-flowable</name>
<version>${revision}</version>
<description>RiseSoft/WorkFlow Engine parent pom.xml file</description>
<url>https://gitee.com/risesoft-y9/y9-flowable/tree/main/</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>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>
<developer>
<name>zhangchongjie</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-flowable</gitee.url>
<gitee.connection>scm:git:https://gitee.com/risesoft-y9/y9-flowable.git</gitee.connection>
<gitee.developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-flowable.git</gitee.developerConnection>
<revision>v9.6.7-SNAPSHOT</revision>
</properties>
<modules>
<module>../y9-digitalbase</module>
<module>y9-module-processadmin</module>
<module>y9-module-itemadmin</module>
<module>y9-module-jodconverter</module>
<module>y9-module-flowableui</module>
</modules>
<profiles>
<profile>
<id>deploy-maven-central</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<configuration>
<excludeArtifacts>
<artifact>y9-module-flowableui</artifact>
<artifact>risenet-y9boot-webapp-flowableui</artifact>
<artifact>y9-module-jodconverter</artifact>
<artifact>risenet-y9boot-webapp-jodconverter</artifact>
<artifact>risenet-y9boot-webapp-processadmin</artifact>
<artifact>risenet-y9boot-webapp-itemadmin</artifact>
</excludeArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yahuazhou/y9-flowable.git
[email protected]:yahuazhou/y9-flowable.git
yahuazhou
y9-flowable
WorkFlow Engine 工作流引擎
main

搜索帮助