All Downloads are FREE. Search and download functionalities are using the official Maven repository.

etty.jetty-maven-plugin.11.0.22.source-code.jetty-maven.xml Maven / Gradle / Ivy

There is a newer version: 11.0.24
Show newest version
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
<Configure id="Server" class="org.eclipse.jetty.server.Server">

   <Call name="addEventListener">
     <Arg>
       <New class="org.eclipse.jetty.maven.plugin.ServerListener">
         <Set name="tokenFile"><Property name="jetty.token.file"/></Set>
       </New>
     </Arg>
   </Call>

</Configure>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy