document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!-- JETTY -->
  2. <plugin>
  3.     <groupId>org.eclipse.jetty</groupId>
  4.     <artifactId>jetty-maven-plugin</artifactId>
  5.     <version>${jetty.version}</version>
  6.     <configuration>
  7.         <webAppConfig>
  8.             <contextPath>/magnoliaAuthor</contextPath>
  9.         </webAppConfig>
  10.                    
  11.         <jettyXml>${jetty.config}/jetty.xml,${jetty.config}/jetty-http.xml,${jetty.config}/jetty-ssl.xml,${jetty.config}/jetty-https.xml</jettyXml>
  12.  
  13.     </configuration>
  14. </plugin>
');