Skip to content

Commit

Permalink
simplify configuration for Antora Collector (#12152)
Browse files Browse the repository at this point in the history
- use shortform value when applicable
- rename base key to into
  • Loading branch information
mojavelinux authored Aug 12, 2024
1 parent e7980c5 commit 8277051
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions documentation/jetty/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ nav:
- modules/programming-guide/nav.adoc
ext:
collector:
- run:
command: mvn install -ntp -B -Dcollector -Pfast -am -pl documentation/jetty
scan:
dir: documentation/jetty/target/collector
- run: mvn install -ntp -B -Dcollector -Pfast -am -pl documentation/jetty
scan: ./target/collector
- scan:
dir: jetty-core/jetty-server/src/main/java
files: org/eclipse/jetty/server/CustomRequestLog.java
base: modules/code/partials
into: modules/code/partials

0 comments on commit 8277051

Please sign in to comment.