mirror of https://github.com/halo-dev/halo
👽 测试Travis CI
parent
55547546c7
commit
4b27a6b165
|
@ -0,0 +1,3 @@
|
||||||
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
|
@ -31,7 +31,7 @@ Fast,simple,powerful blog system powered by Java.
|
||||||
|
|
||||||
[首页演示](http://halo.ryanc.cc)
|
[首页演示](http://halo.ryanc.cc)
|
||||||
|
|
||||||
[后台演示](http://halo.ryanc.cc/admin)(用户名:admin,密码:123456)
|
[后台演示](http://halo.ryanc.cc/admin)(admin:123456)
|
||||||
|
|
||||||
## Download 下载
|
## Download 下载
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<id>distribution</id>
|
<id>distribution</id>
|
||||||
<formats>
|
<formats>
|
||||||
<format>dir</format>
|
<format>zip</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
|
||||||
<includeBaseDirectory>false</includeBaseDirectory>
|
<includeBaseDirectory>false</includeBaseDirectory>
|
||||||
|
|
19
pom.xml
19
pom.xml
|
@ -122,10 +122,6 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
|
||||||
<!-- 生产环境打包配置 -->
|
|
||||||
<profile>
|
|
||||||
<id>prod</id>
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>halo</finalName>
|
<finalName>halo</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
|
@ -196,19 +192,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
|
||||||
|
|
||||||
<!-- 开发环境 -->
|
|
||||||
<profile>
|
|
||||||
<id>dev</id>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue