Maven Repository - POM file for Http stapler 1.61 1.61

Summary

Stapler.

Stapler HTTP request handling engine.

Declaration

Here is the list of declaration for stapler. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.kohsuke.stapler</groupId>
   <artifactId>stapler</artifactId>
   <version>1.61</version>
</dependency>

If you think this Maven repository POM file listing for stapler is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The stapler-1.61 has 11 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XMLjson-lib 2.1
Java library for transforming beans, maps, collections, java arrays and XML to JSON.
36
XMLcommons-jelly 1.0
Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.
53
XMLdom4j 1.6.1
dom4j: the flexible XML framework for Java
343




Plugin

The following plugins are used in the stapler-1.61.jar

  1. fix1600
  2. maven-assembly-plugin
  3. maven-compiler-plugin

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  
  <groupId>org.kohsuke.stapler</groupId>
  <artifactId>stapler</artifactId>
  <packaging>jar</packaging>
  <version>1.61</version>

  <name>Stapler</name>
  <description>Stapler HTTP request handling engine</description>

  <organization>
    <url>http://www.java.net/</url>
  </organization>
  <mailingLists>
    <mailingList>
      <name>Users List</name>
      <subscribe>users-subscribe@${maven.javanet.project}.dev.java.net</subscribe>
      <unsubscribe>users-unsubscribe@${maven.javanet.project}.dev.java.net</unsubscribe>
      <archive>https://${maven.javanet.project}.dev.java.net/servlets/SummarizeList?listName=users</archive>
    </mailingList>
    <mailingList>
      <name>Issues List</name>
      <subscribe>issues-subscribe@${maven.javanet.project}.dev.java.net</subscribe>
      <unsubscribe>issues-unsubscribe@${maven.javanet.project}.dev.java.net</unsubscribe>
      <archive>https://${maven.javanet.project}.dev.java.net/servlets/SummarizeList?listName=issues</archive>
    </mailingList>
    <mailingList>
      <name>CVS List</name>
      <subscribe>cvs-subscribe@${maven.javanet.project}.dev.java.net</subscribe>
      <unsubscribe>cvs-unsubscribe@${maven.javanet.project}.dev.java.net</unsubscribe>
      <archive>https://${maven.javanet.project}.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
    </mailingList>
  </mailingLists>
  
  <scm>
    <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:stapler/stapler</connection>
    <developerConnection>scm:cvs:pserver:kohsuke@cvs.dev.java.net:/cvs:stapler/stapler</developerConnection>
    <url>https://stapler.dev.java.net/source/browse/stapler/stapler</url>
    <tag>stapler-1_61</tag>
  </scm>

  <distributionManagement>
    <repository>
      <id>java.net</id>
      <uniqueVersion>false</uniqueVersion>
      <url>java-net:/maven2-repository/trunk/www/repository/</url>
    </repository>
  </distributionManagement>

  
  
  <repositories>
    <repository>
      <id>java.net2</id>
      <url>http://download.java.net/maven/2/</url>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>java.net2</id>
      <url>http://download.java.net/maven/2/</url>
    </pluginRepository>
  </pluginRepositories>

  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet.localizer</groupId>
      <artifactId>localizer</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>org.kohsuke.stapler</groupId>
      <artifactId>json-lib</artifactId>
      <version>2.1</version>
      <classifier>jdk15</classifier>
    </dependency>
    <dependency>
      <groupId>org.jvnet</groupId>
      <artifactId>tiger-types</artifactId>
      <version>1.0</version>
    </dependency>
    <!-- optional REST support -->
    <dependency>
      <groupId>com.sun.xml.txw2</groupId>
      <artifactId>txw2</artifactId>
      <version>20070624</version>
      <optional>true</optional>
    </dependency>
    <!-- optional Jelly support -->
    <dependency>
      <groupId>commons-jelly</groupId>
      <artifactId>commons-jelly</artifactId>
      <version>1.0</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6.1</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>commons-jexl</groupId>
      <artifactId>commons-jexl</artifactId>
      <version>1.0</version>
      <optional>true</optional>
    </dependency>
    <!-- optional Groovy support -->
    <dependency>
      <groupId>groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>1.0-jsr-06</version>
      <optional>true</optional>
    </dependency>
  </dependencies>

  <build>
    <sourceDirectory>src</sourceDirectory>
    <resources>
      <resource>
        <directory>src</directory>
        <includes>
          <include>META-INF/taglib.tld</include>
        </includes>
      </resource>
    </resources>
    
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.jvnet.fix1600</groupId>
        <artifactId>fix1600</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>fix</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptorRefs>
            <descriptorRef>src</descriptorRef>
            <descriptorRef>bin</descriptorRef>
          </descriptorRefs>
        </configuration>
        <executions>
          <execution>
            <!-- run after 'package' but before 'install' -->
            <phase>verify</phase>
            <goals>
              <goal>attached</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
    
    <extensions>
      <extension>
        <groupId>org.jvnet.wagon-svn</groupId>
        <artifactId>wagon-svn</artifactId>
        <version>1.7</version>
      </extension>
    </extensions>
    
    <!--unitTestSourceDirectory>src/test</unitTestSourceDirectory>
    <unitTest>
      <includes>
        <include>**/*Test.java</include>
      </includes>
      <excludes>
        <exclude>**/Abstract*TestCase.java</exclude>
      </excludes>
      <resources>
        <resource>
          <directory>src/test</directory>
        </resource>
      </resources>
    </unitTest-->
  </build>

  <reports>
    <report>maven-license-plugin</report>
    <report>maven-changelog-plugin</report>
    <report>maven-changes-plugin</report>
    <report>maven-developer-activity-plugin</report>
    <report>maven-file-activity-plugin</report>
    <report>maven-javadoc-plugin</report>
    <report>maven-jellydoc-plugin</report>
    <report>maven-junit-report-plugin</report>
    <!--
    <report>maven-jcoverage-plugin</report>
    <report>maven-jxr-plugin</report>
    -->
    <report>maven-linkcheck-plugin</report>
  </reports>
</project>