Skip to content

Commit

Permalink
add logback-access as a relocated package
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Jun 24, 2024
1 parent 979d76f commit 7cc62d9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions logback-access/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Logback LICENSE
---------------

Logback: the reliable, generic, fast and flexible logging framework.
Copyright (C) 1999-2015, QOS.ch. All rights reserved.

This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
the Eclipse Foundation

or (per the licensee's choosing)

under the terms of the GNU Lesser General Public License version 2.1
as published by the Free Software Foundation.

31 changes: 31 additions & 0 deletions logback-access/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?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>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.5.7-SNAPSHPOT</version>
</parent>

<artifactId>logback-access</artifactId>
<packaging>pom</packaging>

<name>Logback Access Module Relocated</name>
<description>logback-access module relocated to its own repository</description>
<url>https://github.com/qos-ch/logback-access</url>


<distributionManagement>
<relocation>
<groupId>ch.qos.logback.access</groupId>
<artifactId>common</artifactId>
<version>2.0.1</version>
</relocation>
</distributionManagement>


</project>

0 comments on commit 7cc62d9

Please sign in to comment.