113 Star 209 Fork 124

RiseSoft/WorkFlow Engine 工作流引擎

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 11.02 KB
一键复制 编辑 原始数据 按行查看 历史
RiseSoft 提交于 2025-06-27 22:37 +08:00 . v9.6.9
<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.9-SNAPSHOT</version>
<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>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>
<developer>
<name>zhangchongjie</name>
<email>zhangchongjie@risesoft.net</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.9-SNAPSHOT</revision>
</properties>
<modules>
<module>y9-module-processadmin</module>
<module>y9-module-itemadmin</module>
<module>y9-module-jodconverter</module>
<module>y9-module-flowableui</module>
</modules>
<build>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
cn.smallbun.screw
</groupId>
<artifactId>
screw-maven-plugin
</artifactId>
<versionRange>
[1.0.5,)
</versionRange>
<goals>
<goal>run</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
com.ly.smart-doc
</groupId>
<artifactId>
smart-doc-maven-plugin
</artifactId>
<versionRange>
[2.4.8,)
</versionRange>
<goals>
<goal>html</goal>
<goal>docx</goal>
<goal>markdown</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<versionRange>[1,)</versionRange>
<goals>
<goal>compile</goal>
<goal>test-compile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[1,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<versionRange>[1,)</versionRange>
<goals>
<goal>enforce</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<versionRange>[1,)</versionRange>
<goals>
<goal>reserve-network-port</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<versionRange>[1,)</versionRange>
<goals>
<goal>flatten</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<versionRange>[1,)</versionRange>
<goals>
<goal>build-info</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/risesoft-y9/y9-flowable.git
git@gitee.com:risesoft-y9/y9-flowable.git
risesoft-y9
y9-flowable
WorkFlow Engine 工作流引擎
main

搜索帮助