Skip to content

Commit

Permalink
update maven profiles: biz-cms, biz-crm, biz-mall
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Jul 9, 2023
1 parent 40db38c commit a8af2cb
Show file tree
Hide file tree
Showing 76 changed files with 73 additions and 20 deletions.
9 changes: 9 additions & 0 deletions eap-biz-cms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# 基础-文件file


# 基础-wcms(Web content)


# 应用
## 微信公众号
32 changes: 32 additions & 0 deletions eap-biz-cms/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.openea.eap</groupId>
<artifactId>eap</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>

</modules>
<artifactId>eap-biz-cms</artifactId>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
<description>
内容相关
</description>

<profiles>
<!-- SpringCloud运行环境 -->
<profile>
<id>SpringCloud</id>
<modules>

</modules>
</profile>
</profiles>

</project>
2 changes: 1 addition & 1 deletion eap-module-crm/README.md → eap-biz-crm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- 积分管理
- 社交账号集成

## 微信公众号

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.openea.eap</groupId>
<artifactId>eap-module-crm</artifactId>
<artifactId>eap-biz-crm</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.openea.eap</groupId>
<artifactId>eap-module-crm</artifactId>
<artifactId>eap-biz-crm</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eap-module-crm/pom.xml → eap-biz-crm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eap-module-crm</artifactId>
<artifactId>eap-biz-crm</artifactId>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion eap-module-mall/README.md → eap-biz-mall/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# 支持组件
## 支付
## 支付pay
## 会员--同CRM会员
## 内容管理

Expand Down
2 changes: 1 addition & 1 deletion eap-module-mall/pom.xml → eap-biz-mall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modules>

</modules>
<artifactId>eap-module-mall</artifactId>
<artifactId>eap-biz-mall</artifactId>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
40 changes: 26 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,21 +153,8 @@
</properties>
</profile>

<!-- crm -->
<profile>
<id>biz-crm</id>
<modules>
<module>eap-module-crm</module>
</modules>
</profile>

<!-- mall -->
<profile>
<id>biz-mall</id>
<modules>
<module>eap-module-mall</module>
</modules>
</profile>

<!-- EOA -->
<profile>
<id>eoaServer</id>
Expand All @@ -193,6 +180,31 @@
<module>eap-cloud</module>
</modules>
</profile>

<!-- cms -->
<profile>
<id>biz-cms</id>
<modules>
<module>eap-biz-cms</module>
</modules>
</profile>

<!-- crm -->
<profile>
<id>biz-crm</id>
<modules>
<module>eap-biz-crm</module>
</modules>
</profile>

<!-- mall -->
<profile>
<id>biz-mall</id>
<modules>
<module>eap-biz-mall</module>
</modules>
</profile>

</profiles>

</project>

0 comments on commit a8af2cb

Please sign in to comment.