2024-05-20 16:01:08 -04:00
|
|
|
name: jetty
|
|
|
|
version: '12'
|
|
|
|
title: Eclipse Jetty
|
|
|
|
asciidoc:
|
|
|
|
attributes:
|
2024-06-21 14:33:46 -04:00
|
|
|
javadoc-url: https://jetty.org/javadoc/jetty-12
|
2024-05-20 16:01:08 -04:00
|
|
|
jdurl: '{javadoc-url}'
|
|
|
|
jetty-home: ${jetty.home}@
|
|
|
|
version: 12.0.10-SNAPSHOT
|
|
|
|
idprefix: ''
|
|
|
|
idseparator: ''
|
|
|
|
ee-all: ee{8,9,10}
|
|
|
|
ee-current: ee10
|
|
|
|
ee-current-caps: EE 10
|
|
|
|
run-jetty-classpath: ${settings.localRepository}/org/eclipse/jetty/tests/jetty-testers/${project.version}/jetty-testers-${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-core/jetty-server/src/main/java
|
|
|
|
files: org/eclipse/jetty/server/CustomRequestLog.java
|
|
|
|
base: modules/code/partials
|