Download jboss-j2eemgmt-api_1.1_spec-1.0.1.final.jar file

Introduction

You can download jboss-j2eemgmt-api_1.1_spec-1.0.1.final.jar in this page.

License

lgpl

Type List

jboss-j2eemgmt-api_1.1_spec-1.0.1.final.jar file has the following types.

META-INF.maven.org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec.pom.properties
META-INF.maven.org.jboss.spec.javax.management.j2ee.jboss-j2eemgmt-api_1.1_spec.pom.xml
META-INF/INDEX.LIST
META-INF/MANIFEST.MF
javax.management.j2ee.ListenerRegistration.class
javax.management.j2ee.Management.class
javax.management.j2ee.ManagementHome.class
javax.management.j2ee.statistics.BoundaryStatistic.class
javax.management.j2ee.statistics.BoundedRangeStatistic.class
javax.management.j2ee.statistics.CountStatistic.class
javax.management.j2ee.statistics.EJBStats.class
javax.management.j2ee.statistics.EntityBeanStats.class
javax.management.j2ee.statistics.JCAConnectionPoolStats.class
javax.management.j2ee.statistics.JCAConnectionStats.class
javax.management.j2ee.statistics.JCAStats.class
javax.management.j2ee.statistics.JDBCConnectionPoolStats.class
javax.management.j2ee.statistics.JDBCConnectionStats.class
javax.management.j2ee.statistics.JDBCStats.class
javax.management.j2ee.statistics.JMSConnectionStats.class
javax.management.j2ee.statistics.JMSConsumerStats.class
javax.management.j2ee.statistics.JMSEndpointStats.class
javax.management.j2ee.statistics.JMSProducerStats.class
javax.management.j2ee.statistics.JMSSessionStats.class
javax.management.j2ee.statistics.JMSStats.class
javax.management.j2ee.statistics.JTAStats.class
javax.management.j2ee.statistics.JVMStats.class
javax.management.j2ee.statistics.JavaMailStats.class
javax.management.j2ee.statistics.MessageDrivenBeanStats.class
javax.management.j2ee.statistics.RangeStatistic.class
javax.management.j2ee.statistics.ServletStats.class
javax.management.j2ee.statistics.SessionBeanStats.class
javax.management.j2ee.statistics.StatefulSessionBeanStats.class
javax.management.j2ee.statistics.StatelessSessionBeanStats.class
javax.management.j2ee.statistics.Statistic.class
javax.management.j2ee.statistics.Stats.class
javax.management.j2ee.statistics.TimeStatistic.class
javax.management.j2ee.statistics.URLStats.class

Pom

jboss-j2eemgmt-api_1.1_spec-1.0.1.final.pom file content.

<?xml version='1.0' encoding='UTF-8'?>
<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>

  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>9</version>
  </parent>

  <groupId>org.jboss.spec.javax.management.j2ee</groupId>
  <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
  <version>1.0.1.Final</version>
  <packaging>jar</packaging>

  <name>Java EE Management 1.1 API</name>
  <description>JSR-77: Java (TM) EE Management 1.1 API</description>

  <licenses>
    <license>
      <name>lgpl</name>
      <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git@github.com:jboss/jboss-j2eemgmt-api_spec.git</connection>
    <developerConnection>scm:git:git@github.com:jboss/jboss-j2eemgmt-api_spec.git</developerConnection>
    <url>https://github.com/jboss/jboss-j2eemgmt-api_spec</url>
  </scm>

  <build>
    <plugins>
      <!-- Generate the OSGi jar Manifest. -->
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <archive>
            <manifest>
              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
            </manifest>
          </archive>
          <instructions>
            <Specification-Title>JSR-77: Java (TM) EE Management 1.1 API</Specification-Title>
            <Specification-Vendor>Oracle</Specification-Vendor>
            <Specification-Version>1.1</Specification-Version>
            <!-- Set the package version to match the spec version -->
            <Export-Package>
              javax.management.j2ee*;version=1.1
            </Export-Package>
          </instructions>
        </configuration>
      </plugin>
      <!-- Add the OSGi Manifest to the main jar -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Specification-Title>JSR-77: Java (TM) EE Management 1.1 API</Specification-Title>
              <Specification-Vendor>Oracle</Specification-Vendor>
              <Specification-Version>1.1</Specification-Version>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>org.jboss.spec.javax.ejb</groupId>
      <artifactId>jboss-ejb-api_3.1_spec</artifactId>
      <version>1.0.2.Final</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.spec.javax.management.j2ee</groupId>
   <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
   <version>1.0.1.final</version>
</dependency>

Download

If you think the following jboss-j2eemgmt-api_1.1_spec-1.0.1.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-j2eemgmt-api_1.1_spec-1.0.1.final.jar file




PreviousNext

Related