Skip to content
Snippets Groups Projects
Commit 5cebfce5 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

add line to generate auto-generate PDF doc

parent a858fbb4
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,8 @@ This is the MIP backend.
* Run the project: `./run.sh`
* Show live logs: `./log.sh` (CTRL+C to quit)
* Stop and remove the running container: `./halt.sh`
## Generate PDF API documentation on build
Uncomment the following line in src/docker/build/build-in-docker.sh :
`mvn swagger2markup:convertSwagger2markup asciidoctor:process-asciidoc`
......@@ -2,3 +2,6 @@
rm -r target/
mvn package -DskipTests -P dev
# Uncomment to generate a PDF API documentation
# mvn swagger2markup:convertSwagger2markup asciidoctor:process-asciidoc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment