jar

net.uvavru.maven.plugin : jetty-conf-maven-plugin

Maven & Gradle

May 31, 2012
1 stars

jetty-conf-maven-plugin Maven Plugin · Jetty context XML configuration plugin generator helper. This plugin helps you to generate your Context XML file with a dynamic content such as: * classpath entries * web app resources * maven properties Plugin needs a template Jetty context XML file where the dynamic content is injected. Injection of dynamic content is supported as: * altering the DOM with new values * with enabled filtering dynamic values can be replaced as properties (see bellow) Filtering of the template file is supported. Basically it means you can include content from your maven properties in your context XML file. If desired plugin sets two maven properties with the dynamic content: * jetty.conf-plugin.classpath * jetty.conf-plugin.webapp These properties might be used for filtering as well. Plugin resolves project dependency artifacts. These artifacts are transformed into webapp resources and classpath entries. Works with multi-module projects. Works in Eclipse with enabled m2e.

Table Of Contents

Latest Version

Download net.uvavru.maven.plugin : jetty-conf-maven-plugin JAR file - Latest Versions:

All Versions

Download net.uvavru.maven.plugin : jetty-conf-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jetty-conf-maven-plugin-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.uvavru.maven.plugins.jettyconf.types

├─ net.uvavru.maven.plugins.jettyconf.types.ArtifactCandidates.class - [JAR]

├─ net.uvavru.maven.plugins.jettyconf.types.JettyFiles.class - [JAR]

net.uvavru.maven.plugins.jettyconf

├─ net.uvavru.maven.plugins.jettyconf.JettyConfCopyMojo.class - [JAR]

├─ net.uvavru.maven.plugins.jettyconf.JettyConfPropertiesMojo.class - [JAR]

net.uvavru.maven.plugins.jettyconf.internals

├─ net.uvavru.maven.plugins.jettyconf.internals.AbstractJettyConfMojo.class - [JAR]

├─ net.uvavru.maven.plugins.jettyconf.internals.JettyConfWriter.class - [JAR]

├─ net.uvavru.maven.plugins.jettyconf.internals.XmlWriter.class - [JAR]