Maven Repository - POM file for JBoss jboss-managed 2.1.1.SP1 2.1.1.SP1

Summary

JBoss Managed.

Declaration

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

<dependency>
   <groupId>org.jboss.man</groupId>
   <artifactId>jboss-managed</artifactId>
   <version>2.1.1.SP1</version>
</dependency>

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

Plugin

The following plugins are used in the jboss-managed-2.1.1.SP1.jar

  1. maven-assembly-plugin




Packages

The following packages are defined in the jboss-managed-2.1.1.SP1.jar

org.jboss.managed.api
org.jboss.managed.api.annotation
org.jboss.managed.api.factory
org.jboss.managed.plugins
org.jboss.managed.plugins.constraints
org.jboss.managed.plugins.factory
org.jboss.managed.plugins.jmx
org.jboss.managed.spi.factory

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">
  <parent>
    <groupId>org.jboss.man</groupId>
    <artifactId>jboss-man-parent</artifactId>
    <version>2.1.1.SP1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-managed</artifactId>
  <packaging>jar</packaging>
  <name>JBoss Managed</name>
  <url>http://www.jboss.org/jbossmc</url>
  <description>JBoss Managed</description>
  
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>src/assembly/api.xml</descriptor>
            <descriptor>src/assembly/plugins.xml</descriptor>
          </descriptors>
        </configuration>
      </plugin>
    </plugins>
  </build>
  
  <!-- Do not add version information here, use ../pom.xml instead -->
  <dependencies>
    <!-- Global dependencies -->
    <dependency>
      <groupId>org.jboss.man</groupId>
      <artifactId>jboss-metatype</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss</groupId>
      <artifactId>jboss-mdr</artifactId>
    </dependency>
    <!-- Test dependencies -->
    <dependency>
      <groupId>sun-jaxb</groupId>
      <artifactId>jaxb-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-log4j</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.test</groupId>
      <artifactId>jboss-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>javassist</groupId>
      <artifactId>javassist</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>