123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!--
- ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
- ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- -->
- <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>
- <artifactId>tip-dependencies</artifactId>
- <groupId>com.minto</groupId>
- <version>2.2.2-SNAPSHOT</version>
- <relativePath/>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>tip-root</artifactId>
- <packaging>pom</packaging>
- <version>standard_V8.0_SP1_feature_M12</version>
- <organization>
- <name>成都明途科技有限公司</name>
- <url>https://www.mingto.net/</url>
- </organization>
- <developers>
- <developer>
- <id>huzy</id>
- <name>胡正宇</name>
- <email>2075904@gmail.com</email>
- </developer>
- </developers>
- <scm>
- <connection>scm:git@git.duchaduban.com:product/maven/tip-root.git</connection>
- <developerConnection>scm:git@git.duchaduban.com:product/maven/tip-root.git</developerConnection>
- <url>https://git.duchaduban.com/product/maven/tip-root</url>
- </scm>
- <issueManagement>
- <system>GitLab</system>
- <url>https://git.duchaduban.com/product/maven/tip-root/-/issues</url>
- </issueManagement>
- <properties>
- <java.version>17</java.version>
- <maven.compiler.source>${java.version}</maven.compiler.source>
- <maven.compiler.target>${java.version}</maven.compiler.target>
- <tc-project.version>standard_V8.0_SP1_feature_M12</tc-project.version>
- <product.version>V8.0SP1</product.version>
- <tip-legend.version>2.2.2-SNAPSHOT</tip-legend.version>
- </properties>
- <repositories>
- <repository>
- <id>nexus-minto</id>
- <name>nexus-minto</name>
- <url>http://maven.duchaduban.com:18081/repository/maven-public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>nexus-minto</id>
- <url>http://maven.duchaduban.com:18081/repository/maven-public/</url>
- </pluginRepository>
- </pluginRepositories>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-kernel</artifactId>
- <version>${tip-legend.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-api</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-common</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-integration</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-huaweicloud</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-task</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-collaboration</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-bulletin</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-crm</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-project</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-datareport</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-datacenter</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-work</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-edoc</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-ied</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-performance</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-goal</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-systemhelp</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-ext-seeyon</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-auth</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-common</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-index</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-matrix</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-portal</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-report</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-schedule</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tip-office</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-serial</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-workflow</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-workbrain</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-td-apps</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-bff</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-td-common</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tip-test</artifactId>
- <version>${tip-legend.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tc-system-model</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tc-system-api</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tc-task-api</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tc-matrix-api</artifactId>
- <version>${tc-project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <profiles>
- <profile>
- <id>dev</id>
- <properties>
- <spring.active>dev</spring.active>
- </properties>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgument>-parameters</compilerArgument>
- <encoding>UTF-8</encoding>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.zeroturnaround</groupId>
- <artifactId>jrebel-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-rebel-xml</id>
- <phase>process-resources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>prod</id>
- <properties>
- <spring.active>prod</spring.active>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <outputFileNameMapping>@{artifactId}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>suiteApp</id>
- <properties>
- <deploy.mode>suiteApp</deploy.mode>
- </properties>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- </profile>
- <profile>
- <id>microApp</id>
- <properties>
- <deploy.mode>microApp</deploy.mode>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tip-cloud-spring-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>tip-prometheus-spring-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>de.codecentric</groupId>
- <artifactId>spring-boot-admin-starter-client</artifactId>
- </dependency>
- <dependency>
- <groupId>io.seata</groupId>
- <artifactId>seata-spring-boot-starter</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
- <modules>
- <module>tc-public</module>
- <module>tip-api</module>
- <!-- 可选模块-->
- <!-- 各个服务 -->
- <module>tc-service</module>
- <module>td-service</module>
- <module>tip-service</module>
- <!-- 聚合模块 -->
- <module>tip-bff</module>
- <!-- 前端 -->
- <module>tip-front</module>
- </modules>
- </project>
|