10 Star 7 Fork 5

严梓伦/浙江大学软件学院智慧党建资源共享平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
严梓伦 提交于 2023-10-26 21:43 . 2022 pre work
<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>edu.zjucst</groupId>
<artifactId>smart-party-business</artifactId>
<version>0.1</version>
<!-- 当前工程作为父工程,它要去管理子工程,所以打包方式必须是 pom -->
<packaging>pom</packaging>
<modules>
<module>spb-common</module>
<module>spb-core-service</module>
</modules>
<name>Spraybot smart-party-business</name>
<description>[INSERT DESCRIPTION]</description>
<url>https://github.com/spraybot/smart-party-business</url>
<properties>
<logback.version>1.4.5</logback.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yan_zilun/cst.zju.Smart_Party_Building_System.git
git@gitee.com:yan_zilun/cst.zju.Smart_Party_Building_System.git
yan_zilun
cst.zju.Smart_Party_Building_System
浙江大学软件学院智慧党建资源共享平台
master

搜索帮助