mvn clean package
Your doc should be in target/jaxrs-analyzer
and target/generated-docs
-
Your CI pipeline should first download the current API doc from your server (probably using
CURL
) -
Then run and deploy your build (probably using your server management plugin) and API doc (probably using
antrun plugin
to run anSCP Ant task
) -
Then run the
diffapidoc.sh
-
Finally upload the diff and version files (probably using
SCP
)