Download rhq-pluginAnnotations-3.0.4.jar file

Introduction

You can download rhq-pluginAnnotations-3.0.4.jar in this page.

License

Open Source

Type List

rhq-pluginAnnotations-3.0.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.rhq.helpers/rhq-pluginAnnotations/pom.properties
META-INF/maven/org.rhq.helpers/rhq-pluginAnnotations/pom.xml
org.rhq.helpers.pluginAnnotations.agent.DataType.class
org.rhq.helpers.pluginAnnotations.agent.DisplayType.class
org.rhq.helpers.pluginAnnotations.agent.MeasurementType.class
org.rhq.helpers.pluginAnnotations.agent.Metric.class
org.rhq.helpers.pluginAnnotations.agent.Operation.class
org.rhq.helpers.pluginAnnotations.agent.Parameter.class
org.rhq.helpers.pluginAnnotations.agent.Units.class

Pom

rhq-pluginAnnotations-3.0.4.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/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
      <groupId>org.rhq</groupId>
      <artifactId>rhq-parent</artifactId>
      <version>4.0.1</version>
    </parent>

    <groupId>org.rhq.helpers</groupId>
    <artifactId>rhq-pluginAnnotations</artifactId>
    <packaging>jar</packaging>
    <version>3.0.4</version>

    <name>RHQ Plugin Annotations</name>
    <description>Annotations to help generate plugin descriptors</description>

    <scm>
      <connection>scm:git:ssh://git.fedorahosted.org/git/rhq.git/modules/helpers/pluginGen</connection>
      <developerConnection>scm:git:ssh://git.fedorahosted.org/git/rhq.git/modules/helpers/pluginGen</developerConnection>
   </scm>

   <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.2</version>
        <configuration>
          <archive>
            <manifest>
              <packageName>org.rhq.helpers.pluginAnnotations</packageName>
            </manifest>
          </archive>
        </configuration>
      </plugin>

    </plugins>

    </build>

</project>

POM Entry

<dependency>
   <groupId>org.rhq.helpers</groupId>
   <artifactId>rhq-pluginAnnotations</artifactId>
   <version>3.0.4</version>
</dependency>

Download

If you think the following rhq-pluginAnnotations-3.0.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download rhq-pluginAnnotations-3.0.4.jar file




PreviousNext

Related