| | |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <parent> |
| | | <groupId>com.iailab</groupId> |
| | | <artifactId>iailab-platform</artifactId> |
| | | <artifactId>iailab-plat</artifactId> |
| | | <version>${revision}</version> |
| | | </parent> |
| | | |
| | |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | </properties> |
| | | |
| | | <build> |
| | | <pluginManagement> |
| | | <plugins> |
| | | <!-- maven-surefire-plugin 插件,用于运行单元测试。 --> |
| | | <!-- 注意,需要使用 3.0.X+,因为要支持 Junit 5 版本 --> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <version>${maven-surefire-plugin.version}</version> |
| | | <configuration> |
| | | <skip>true</skip> |
| | | </configuration> |
| | | </plugin> |
| | | <!-- maven-compiler-plugin 插件,解决 Lombok + MapStruct 组合 --> |
| | | </plugins> |
| | | </pluginManagement> |
| | | </build> |
| | | |
| | | |
| | | </project> |