mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-22 05:14:38 +08:00
init
This commit is contained in:
parent
4e6bde566e
commit
6474e277df
4 changed files with 16 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -22,7 +22,7 @@
|
|||
hs_err_pid*
|
||||
|
||||
# Eclipse
|
||||
.classpath
|
||||
.project
|
||||
/target/
|
||||
/.project
|
||||
/.classpath
|
||||
/.settings/
|
||||
/target/
|
6
pom.xml
6
pom.xml
|
@ -10,6 +10,11 @@
|
|||
<name>re-build</name>
|
||||
<url>http://github.com/devezhao/re-build</url>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/devezhao/re-build/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||
|
@ -37,4 +42,5 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Generated by Maven Integration for Eclipse
|
||||
#Fri May 18 11:36:55 CST 2018
|
||||
#Fri May 18 11:49:01 CST 2018
|
||||
version=0.0.1-SNAPSHOT
|
||||
groupId=cn.devezhao
|
||||
m2e.projectName=re-build
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
<name>re-build</name>
|
||||
<url>http://github.com/devezhao/re-build</url>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/devezhao/re-build/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||
|
@ -37,4 +42,5 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue