Maven Repository - POM file for Library activation 1.1.1-hudson-1 1.1.1-hudson-1

Summary

activation.

Java Activation Framework with patch.

Declaration

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

<dependency>
   <groupId>org.jvnet.hudson</groupId>
   <artifactId>activation</artifactId>
   <version>1.1.1-hudson-1</version>
</dependency>

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

Depended by

The following table lists the most popular artifacts which are depending on activation-1.1.1-hudson-1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkhudson-core 1.379
Contains the core Hudson code and view files to render HTML.
5
Web Frameworkhudson-core 2.1.0
Contains the core Hudson code and view files to render HTML.
6




Plugin

The following plugins are used in the activation-1.1.1-hudson-1.jar

  1. maven-release-plugin

Packages

The following packages are defined in the activation-1.1.1-hudson-1.jar

com.sun.activation.registries
com.sun.activation.viewers
javax.activation

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.jvnet.hudson</groupId>
  <artifactId>activation</artifactId>
  <packaging>jar</packaging>
  <version>1.1.1-hudson-1</version>
  <name>activation</name>
  <description>Java Activation Framework with patch</description>

  <scm>
    <connection>scm:git:git://github.com/kohsuke/javax.activation.git</connection>
  </scm>

  <distributionManagement>
    <repository>
      <id>java.net-m2-repository</id>
      <url>java-net:/maven2-repository/trunk/repository/</url>
    </repository>
  </distributionManagement>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <dependencies>
          <dependency>
            <groupId>org.apache.maven.scm</groupId>
            <artifactId>maven-scm-provider-gitexe</artifactId>
            <version>1.1</version>
          </dependency>
        </dependencies>
      </plugin>
    </plugins>
    <extensions>
      <extension>
        <groupId>org.jvnet.wagon-svn</groupId>
        <artifactId>wagon-svn</artifactId>
        <version>1.9</version>
      </extension>
    </extensions>
  </build>
</project>