mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-03 22:30:06 +01:00
(refs #739)Update document
This commit is contained in:
@@ -31,7 +31,7 @@ object AutoUpdate {
|
||||
...
|
||||
```
|
||||
|
||||
### deploy-assembly.sh
|
||||
### deploy-assembly-jar.sh
|
||||
|
||||
```bash
|
||||
#!/bin/sh
|
||||
@@ -61,7 +61,7 @@ Run ant with `build.xml` in the root directory. The release war file is generate
|
||||
For plug-in development, we have to publish the assembly jar file to the public Maven repository.
|
||||
|
||||
```
|
||||
./deploy-assembly.sh
|
||||
./deploy-assembly-jar.sh
|
||||
```
|
||||
|
||||
This script runs `sbt assembly` and `mvn deploy`.
|
||||
|
||||
Reference in New Issue
Block a user