1 Star 0 Fork 212

乌龙尒 / zrlog

forked from xiaochun / zrlog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.74 KB
一键复制 编辑 原始数据 按行查看 历史
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>com.zrlog</groupId>
<artifactId>zrlog</artifactId>
<version>2.1.10-SNAPSHOT</version>
<modules>
<module>web</module>
<module>service</module>
<module>common</module>
<module>data</module>
</modules>
<packaging>pom</packaging>
<name>zrlog</name>
<description>ZrLog是使用Java开发的博客/CMS程序,具有简约,易用,组件化,内存占用低等特点。自带Markdown编辑器,让更多的精力放在写作上,而不是花费大量时间在学习程序的使用上。
</description>
<url>https://www.zrlog.com</url>
<properties>
<java.version>1.8</java.version>
<jfinal.version>4.5</jfinal.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<servlet.version>3.1.0</servlet.version>
<maven.test.skip>true</maven.test.skip>
<finalName>zrlog</finalName>
</properties>
<developers>
<developer>
<name>xiaochun</name>
<email>xchun90@163.com</email>
<url>http://blog.94fzb.com</url>
<roles>
<role>owner</role>
</roles>
</developer>
<developer>
<name>weekdragon</name>
<email>790774717@qq.com</email>
<url>https://www.weekdragon.cn</url>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>e-lionel</name>
<email>lionel0724@163.com</email>
<url>https://github.com/e-lionel</url>
<roles>
<role>reporter</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>Github Issue</system>
<url>http://github.com/94fzb/zrlog</url>
</issueManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
<version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/wlonger/zrlog.git
git@gitee.com:wlonger/zrlog.git
wlonger
zrlog
zrlog
master

搜索帮助