liruohrh opened a new pull request, #1452:
URL: https://github.com/apache/answer/pull/1452
## use `./answer build -c answer.build.yaml ` .
``` yaml
# use buildDir or buildAbsDir
buildDir: "../answer-builds/build"
#buildAbsDir: ""
# default new_answer
outputPath: "new_answer"
# default the github repository
answerModule: "./"
plugins:
- "github.com/apache/answer-plugins/connector-basic@latest"
- "github.com/apache/answer-plugins/reviewer-basic@latest"
- "github.com/apache/answer-plugins/captcha-basic@latest"
- "github.com/apache/answer-plugins/quick-links@latest"
# if you want to reserve product, default is delete it
reserveBuild: true
```
## but not
```bash
ANSWER_MODUL=xxx ./answer build -b ../answer-builds/build -o new_answer \
-w github.com/apache/answer-plugins/connector-basic@latest \
-w github.com/apache/answer-plugins/reviewer-basic@latest \
-w github.com/apache/answer-plugins/captcha-basic@latest \
-w github.com/apache/answer-plugins/quick-links@latest
```
## add new option
### buildAbsDir: use abs path
### reserveBuild: reserve the temp build dir
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]