1 Star 0 Fork 41

tomato/jecloud-service-archetype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
辉gg 提交于 2023-08-13 09:44 . feature : 修改pom版本2.0.3
<?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>
<groupId>jecloud</groupId>
<artifactId>jecloud-service-archetype</artifactId>
<version>2.0.3</version>
<packaging>maven-archetype</packaging>
<name>jecloud-service-archetype</name>
<url>http://www.jecloud.net</url>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>3.2.0</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>remove</goal>
<goal>format</goal>
</goals>
</execution>
</executions>
<configuration>
<quiet>true</quiet>
<!--HEADER文件-->
<header>LICENSE</header>
<!--排除文件-->
<excludes>
<exclude>**/*.properties</exclude>
<exclude>*.sh</exclude>
<exclude>*.yml</exclude>
<exclude>.editorconfig</exclude>
<exclude>.gitignore</exclude>
<exclude>**/*.md</exclude>
<exclude>**/*.xml</exclude>
</excludes>
<!--严格检查-->
<strictCheck>true</strictCheck>
<mapping>
<java>SLASHSTAR_STYLE</java>
</mapping>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<distributionManagement>
<repository>
<id>jestq-releases</id>
<url>http://maven.jepaas.com/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>jestq-snapshots</id>
<url>http://maven.jepaas.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tomato0228/jecloud-service-archetype.git
git@gitee.com:tomato0228/jecloud-service-archetype.git
tomato0228
jecloud-service-archetype
jecloud-service-archetype
master

搜索帮助