2024-05-20 16:01:11 -04:00
|
|
|
name: jetty
|
|
|
|
version: '10'
|
|
|
|
title: Eclipse Jetty
|
|
|
|
asciidoc:
|
|
|
|
attributes:
|
2024-06-21 12:41:01 -04:00
|
|
|
javadoc-url: https://jetty.org/javadoc/jetty-10
|
2024-05-20 16:01:11 -04:00
|
|
|
jdurl: '{javadoc-url}'
|
|
|
|
jetty-home: ${jetty.home}@
|
|
|
|
version: 10.0.21-SNAPSHOT
|
|
|
|
idprefix: ''
|
|
|
|
idseparator: ''
|
|
|
|
run-jetty-classpath: ${settings.localRepository}/org/eclipse/jetty/tests/jetty-home-tester/${project.version}/jetty-home-tester-${project.version}.jar${path.separator}${run.jetty.classpath}
|
|
|
|
nav:
|
|
|
|
- modules/operations-guide/nav.adoc
|
|
|
|
- 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
|
|
|
|
- scan:
|
|
|
|
dir: jetty-server/src/main/java
|
|
|
|
files: org/eclipse/jetty/server/CustomRequestLog.java
|
|
|
|
base: modules/code/partials
|