1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lyl340321-ams

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 3.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
liuyanlong Отправлено 07.03.2024 10:54 c8c26b4
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version>
</parent>
<groupId>com.njcb.ams</groupId>
<artifactId>ams-parent</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<modules>
<module>ams-dependencies</module>
<module>ams-apt</module>
<module>ams-core</module>
<module>ams-security</module>
<module>ams-scheduler</module>
<module>ams-batch</module>
<module>ams-web</module>
<module>ams-bpm</module>
</modules>
<properties>
<revision>9.9.9-SNAPSHOT</revision>
<java.version>1.8</java.version>
<project.encoding>UTF-8</project.encoding>
<project.build.encoding>UTF-8</project.build.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<docker.image.prefix>ams</docker.image.prefix>
</properties>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>yanlong.liu</name>
<email>23562656@qq.com</email>
<organization>trythis</organization>
<organizationUrl>http://www.trythis.cn/</organizationUrl>
</developer>
</developers>
<distributionManagement>
<repository>
<id>releases</id>
<name>Nexus Release Repository</name>
<url>http://www.trythis.cn:3402/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>http://www.trythis.cn:3402/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
</plugin>
</plugins>
</build>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/lyl340321-ams.git
git@api.gitlife.ru:oschina-mirror/lyl340321-ams.git
oschina-mirror
lyl340321-ams
lyl340321-ams
dev