This commit is contained in:
cheney 2022-07-12 21:04:58 +08:00
parent 58264b79f6
commit 1db66d0658
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/.idea/ /.idea/
/target/

View File

@ -25,10 +25,6 @@
{ {
"func": "mkdir", "func": "mkdir",
"path": "%out_path%/jar/dependences" "path": "%out_path%/jar/dependences"
},
{
"func": "mkdir",
"path": "%out_path%/doc"
} }
], ],
"dependencies": [{ "dependencies": [{
@ -41,6 +37,11 @@
"gen" : [{ "gen" : [{
"cmd" : "dproto" "cmd" : "dproto"
}], }],
"doc" : [{
"func" : "cp",
"from" : "./doc",
"to" : "%out_path%/doc"
}],
"build": [ "build": [
{ {
"cmd": "mvn package -DskipTests", "cmd": "mvn package -DskipTests",

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.sunyard.sge.database</groupId> <groupId>com.sunyard.sge.database</groupId>
<artifactId>1</artifactId> <artifactId>sydapi-database</artifactId>
<version>1.0</version> <version>1.0</version>
<name>sydapi-database</name> <name>sydapi-database</name>