Maven Repository - POM file for Log logback-core 1.0.7 1.0.7

Summary

Logback Core Module.

logback-core module.

Declaration

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

<dependency>
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-core</artifactId>
   <version>1.0.7</version>
</dependency>

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

License

Name:Eclipse Public License - v 1.0
URL: http://www.eclipse.org/legal/epl-v10.htmlName:GNU Lesser General Public License
URL: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.





Depends on

The logback-core-1.0.7 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
Networkeasymock 2.4
EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism
181

Depended by

The following table lists the most popular artifacts which are depending on logback-core-1.0.7. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Scalascalatest_2.9.1 1.9.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
13
Scalascalatest_2.10 2.0.M6-SNAP8
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
8
Scalascalatest_2.11.0-RC4 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
5
Scalascalatest_2.10 2.0.M6-SNAP5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
6
Scalascalatest_2.10 2.1.2
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
20
Scalascalatest_2.10 2.1.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
21
Scalascalatest_2.10 2.0.RC3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
19
Scalascalatest_2.10 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
167
Scalascalatest_2.10 2.0.M6-SNAP36
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
20
Scalascalatest_2.11 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
147
Scalascalatest_2.10 2.0.M6
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
9
Scalascalatest_2.9.1 2.0.M5b
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
10
Scalascalatest_2.9.1-1 1.9.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
8
Scalascalatest_2.10 2.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
129




Plugin

The following plugins are used in the logback-core-1.0.7.jar

  1. lifecycle-mapping
  2. maven-bundle-plugin
  3. maven-compiler-plugin
  4. maven-jar-plugin
  5. maven-scala-plugin
  6. maven-surefire-plugin

Packages

The following packages are defined in the logback-core-1.0.7.jar

ch.qos.logback.core
ch.qos.logback.core.boolex
ch.qos.logback.core.db
ch.qos.logback.core.db.dialect
ch.qos.logback.core.encoder
ch.qos.logback.core.filter
ch.qos.logback.core.helpers
ch.qos.logback.core.html
ch.qos.logback.core.joran
ch.qos.logback.core.joran.action
ch.qos.logback.core.joran.conditional
ch.qos.logback.core.joran.event
ch.qos.logback.core.joran.spi
ch.qos.logback.core.joran.util
ch.qos.logback.core.layout
ch.qos.logback.core.net
ch.qos.logback.core.pattern
ch.qos.logback.core.pattern.color
ch.qos.logback.core.pattern.parser
ch.qos.logback.core.pattern.util
ch.qos.logback.core.property
ch.qos.logback.core.read
ch.qos.logback.core.recovery
ch.qos.logback.core.rolling
ch.qos.logback.core.rolling.helper
ch.qos.logback.core.sift
ch.qos.logback.core.spi
ch.qos.logback.core.status
ch.qos.logback.core.subst
ch.qos.logback.core.util




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">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>ch.qos.logback</groupId>
    <artifactId>logback-parent</artifactId>
    <version>1.0.7</version>
  </parent>

  <artifactId>logback-core</artifactId>
  <packaging>jar</packaging>
  <name>Logback Core Module</name>
  <description>logback-core module</description>

  <url>http://logback.qos.ch</url>


  <licenses>
    <license>
      <name>Eclipse Public License - v 1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
    </license>

    <license>
      <name>GNU Lesser General Public License</name>
      <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url>
    </license>
  </licenses>

  <dependencies>
    <dependency>
       <groupId>org.codehaus.janino</groupId>
      <artifactId>janino</artifactId>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.fusesource.jansi</groupId>
      <artifactId>jansi</artifactId>
      <optional>true</optional>      
    </dependency>

    <dependency>
      <groupId>javax.mail</groupId>
      <artifactId>mail</artifactId>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jms_1.1_spec</artifactId>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.4</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <scope>test</scope>
    </dependency>

  </dependencies>


  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.scala-tools</groupId>
        <artifactId>maven-scala-plugin</artifactId>
        <configuration>
          <testSourceDir>src/test/scala</testSourceDir>
        </configuration>
        <executions>
          <execution>
            <id>scala-test-compile</id>
            <phase>process-test-resources</phase>
            <goals>
              <goal>testCompile</goal>
            </goals>
          </execution>
        </executions>
      </plugin>


      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <forkMode>once</forkMode>
          <reportFormat>plain</reportFormat>
          <parallel>classes</parallel>
          <trimStackTrace>false</trimStackTrace>
          <excludes>
            <exclude>**/All*Test.java</exclude>
            <exclude>**/PackageTest.java</exclude>
            <exclude>**/ConsoleAppenderTest.java</exclude>
            <exclude>**/TimeBasedRollingTest.java</exclude>
          </excludes>
        </configuration>
      </plugin>

      <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>
        <executions>
          <execution>
            <id>bundle-test-jar</id>
            <phase>package</phase>
            <goals>
              <goal>jar</goal>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <instructions>
            <Export-Package>ch.qos.logback.core.*</Export-Package>
            <Import-Package>
              javax.*;resolution:=optional,
              org.xml.*;resolution:=optional,
              org.fusesource.jansi;resolution:=optional,
              org.codehaus.janino;resolution:=optional,
              org.codehaus.commons.compiler;resolution:=optional,
              *
            </Import-Package>
            <Bundle-RequiredExecutionEnvironment>J2SE-1.5
            </Bundle-RequiredExecutionEnvironment>
          </instructions>
        </configuration>
      </plugin>

      <!-- http://wiki.eclipse.org/M2E_plugin_execution_not_covered#ignore_plugin_goal -->
      <plugin>
        <groupId>org.eclipse.m2e</groupId>
        <artifactId>lifecycle-mapping</artifactId>
        <version>1.0.0</version>
        <configuration>
          <lifecycleMappingMetadata>
            <pluginExecutions>
              <pluginExecution>
                <pluginExecutionFilter>
                  <groupId>some-group-id</groupId>
                  <artifactId>some-artifact-id</artifactId>
                  <versionRange>[1.0.0,)</versionRange>
                  <goals>
                    <goal>some-goal</goal>
                  </goals>
                </pluginExecutionFilter>
                <action>
                  <ignore />
                </action>
              </pluginExecution>
            </pluginExecutions>
          </lifecycleMappingMetadata>
        </configuration>
      </plugin>
    </plugins>
  </build>

</project>