Maven Repository - POM file for Log org-apache-commons-logging 1.0.4-201003011305 1.0.4-201003011305

Summary

Wrappers - Apache Commons Logging.

Apache Commons Logging.

Declaration

Here is the list of declaration for org-apache-commons-logging. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.kenai.nbpwr</groupId>
   <artifactId>org-apache-commons-logging</artifactId>
   <version>1.0.4-201003011305</version>
</dependency>

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

Depends on

The org-apache-commons-logging-1.0.4-201003011305 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273




Plugin

The following plugins are used in the org-apache-commons-logging-1.0.4-201003011305.jar

  1. nbm-maven-plugin

POM File Source

Here is the content of the POM file.

<?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>com.kenai.nbpwr</groupId>
        <artifactId>wrappers</artifactId>
        <version>201003011305</version>
    </parent>

    <artifactId>org-apache-commons-logging</artifactId>
    <packaging>nbm</packaging>
    <version>1.0.4-201003011305</version>
    <name>Wrappers - Apache Commons Logging</name>
    <description>Apache Commons Logging</description>

    <dependencies>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.0.4</version>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>nbm-maven-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <publicPackages>
                        <publicPackage>org.apache.commons.logging</publicPackage>
                    </publicPackages>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>