1
0
mirror of https://e.coding.net/circlecloud/AuthMe.git synced 2025-11-24 21:26:20 +00:00

init project...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-12 15:26:15 +08:00
commit a1176afa15
165 changed files with 19619 additions and 0 deletions

9
circle.yml Normal file
View File

@@ -0,0 +1,9 @@
machine:
java:
version: oraclejdk7
general:
artifacts:
- "target/AuthMe-*.jar"
test:
override:
- mvn clean install -B