3 Star 25 Fork 6

jimoos / jimoos-shop-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
keepcleargas 提交于 2021-02-26 15:24 . init project
<?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>cn.jimoos</groupId>
<artifactId>jimoos-shop-server</artifactId>
<packaging>pom</packaging>
<version>0.0.1</version>
<modules>
<module>bom</module>
<module>addons</module>
<module>starter</module>
<module>build-parent</module>
<module>migration</module>
</modules>
<name>jimoos-shop-server</name>
<description>积墨商城shop</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
</plugins>
</build>
</project>
1
https://gitee.com/jimoos/jimoos-shop-server.git
git@gitee.com:jimoos/jimoos-shop-server.git
jimoos
jimoos-shop-server
jimoos-shop-server
master

搜索帮助