Skip to content

Commit

Permalink
workaround for apache/camel-karaf#96
Browse files Browse the repository at this point in the history
  • Loading branch information
djencks committed Dec 27, 2021
1 parent 5de7e37 commit 4e8d192
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions antora-playbook-snippets/playbook-export-site-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
- require: "@djencks/antora-site-manifest"
export-site-manifest: true

# to find out what's wrong
- require: '@djencks/antora-timer'
log_level: info

# workaround for https://github.com/apache/camel-karaf/pull/96
- require: '@djencks/antora-source-map'
# log_level: trace
source-map:
- url: 'https://github.com/apache/camel-karaf.git'
mapped-url: 'https://github.com/djencks/camel-karaf.git'
branches:
- branch: camel-karaf-3.13.x
mapped-branch: camel-karaf-3.13.x-finish-release

0 comments on commit 4e8d192

Please sign in to comment.