Maven Repository - POM file for Log jboss-common-logging-spi 2.0.4.GA 2.0.4.GA

Summary

JBoss Logging Programming Interface.

The JBoss Logging Framework Programming Interface.

Declaration

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

<dependency>
   <groupId>jboss</groupId>
   <artifactId>jboss-common-logging-spi</artifactId>
   <version>2.0.4.GA</version>
</dependency>

If you think this Maven repository POM file listing for jboss-common-logging-spi 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-common-logging-spi-2.0.4.GA.jar

  1. maven-release-plugin




Packages

The following packages are defined in the jboss-common-logging-spi-2.0.4.GA.jar

org.jboss.logging

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>jboss</groupId>
    <artifactId>jboss-common</artifactId>
    <version>2.0.4.GA</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-common-logging-spi</artifactId>
  <version>2.0.4.GA</version>
  <packaging>jar</packaging>
  <name>JBoss Logging Programming Interface</name>
  <url>http://www.jboss.org</url>
  <description>The JBoss Logging Framework Programming Interface</description>
  <scm>
    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-spi/tags/jboss-common-logging-spi-2.0.4.GA</connection>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <!-- The tagBase property is needed during the release process so that the maven release plugin
            will create the release tag in the appropriate location. -->
          <tagBase>https://svn.jboss.org/repos/common/common-logging-spi/tags</tagBase>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>