4 Star 5 Fork 8

Apache / log4net

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 7.43 KB
一键复制 编辑 原始数据 按行查看 历史
<!--
}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<groupId>log4net</groupId>
<artifactId>apache-log4net</artifactId>
<packaging>pom</packaging>
<version>2.0.17</version>
<name>Apache log4net</name>
<description>Logging framework for Microsoft .NET Framework.</description>
<url>http://logging.apache.org/log4net/</url>
<inceptionYear>2004</inceptionYear>
<issueManagement>
<system>Github</system>
<url>https://github.com/apache/logging-log4net/issues</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>log4net-user: log4net usage</name>
<subscribe>log4net-user-subscribe@logging.apache.org</subscribe>
<unsubscribe>log4net-user-unsubscribe@logging.apache.org</unsubscribe>
<post>log4net-user@logging.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-user/</archive>
<otherArchives>
<otherArchive>http://marc.info/?l=log4net-user</otherArchive>
<otherArchive>http://dir.gmane.org/gmane.comp.log.log4net.user</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>dev: development of the logging projects including log4net</name>
<subscribe>dev-subscribe@logging.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@logging.apache.org</unsubscribe>
<post>dev@logging.apache.org</post>
<archive>https://lists.apache.org/list.html?dev@logging.apache.org</archive>
<otherArchives>
<otherArchive>http://mail-archives.apache.org/mod_mbox/logging-dev/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>logging commits: all git commits of the logging projects including log4net</name>
<subscribe>commits-subscribe@logging.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@logging.apache.org</unsubscribe>
<post>Read-Only List</post>
<archive>http://mail-archives.apache.org/mod_mbox/logging-commits/</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/apache/logging-log4net</connection>
<developerConnection>scm:git:https://github.com/apache/logging-log4net</developerConnection>
<url>https://github.com/apache/logging-log4net</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
<build>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.11</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<configuration>
<templateFile>${basedir}/src/site/site.vm</templateFile>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<fixcrlf srcDir="target/site" excludes="images/**"/>
</tasks>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.11</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<configuration>
<templateFile>${basedir}/src/site/site.vm</templateFile>
</configuration>
</plugin>
<!-- RAT report -->
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
<configuration>
<excludesFile>${basedir}/rat.excludesFile</excludesFile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.8.1</version>
<reportSets>
<reportSet>
<reports>
<report>cim</report>
<report>scm</report>
<report>license</report>
<report>project-team</report>
<report>issue-tracking</report>
<report>mailing-list</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
<developers>
<developer>
<name>Curt Arnold</name>
<id>carnold</id>
</developer>
<developer>
<name>Stefan Bodewig</name>
<id>bodewig</id>
</developer>
<developer>
<name>Nicko Cadell</name>
<id>nicko</id>
</developer>
<developer>
<name>Niall Daley</name>
<id>niall</id>
</developer>
<developer>
<name>Gert Driesen</name>
<id>drieseng</id>
</developer>
<developer>
<name>Ron Grabowski</name>
<id>rgrabowski</id>
</developer>
<developer>
<name>Dominik Psenner</name>
<id>dpsenner</id>
</developer>
</developers>
<contributors>
<contributor>
<name>Julian Biddle</name>
</contributor>
<contributor>
<name>Daniel Cazzulino</name>
</contributor>
<contributor>
<name>Aspi Havewala</name>
</contributor>
<contributor>
<name>Rick Hobbs</name>
</contributor>
<contributor>
<name>Lance Nehring</name>
</contributor>
<contributor>
<name>Angelika Schnagl</name>
</contributor>
<contributor>
<name>Edward Smit</name>
</contributor>
<contributor>
<name>Douglas de la Torre</name>
</contributor>
<contributor>
<name>Pavlos Touboulidis</name>
</contributor>
<contributor>
<name>Thomas Voss</name>
</contributor>
<contributor>
<name>Jarrod Alexander</name>
</contributor>
</contributors>
<dependencies>
</dependencies>
<distributionManagement>
<site>
<id>logging.site</id>
<url>file:///${user.dir}/target/site-deploy</url>
</site>
</distributionManagement>
</project>
C#
1
https://gitee.com/apache/logging-log4net.git
git@gitee.com:apache/logging-log4net.git
apache
logging-log4net
log4net
master

搜索帮助