| <!-- |
| 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>log4j</groupId> |
| <artifactId>apache-chainsaw</artifactId> |
| <name>Apache Chainsaw</name> |
| <version>2.0.0</version> |
| <description>Graphical Viewer for Logging events from a local or remote log4j event system.</description> |
| <url>https://logging.apache.org/chainsaw</url> |
| <inceptionYear>2002</inceptionYear> |
| <issueManagement> |
| <system>Bugzilla</system> |
| <!-- TODO: migrate to JIRA --> |
| <url>https://issues.apache.org/bugzilla/</url> |
| </issueManagement> |
| <mailingLists> |
| <mailingList> |
| <name>log4j-user</name> |
| <subscribe>log4j-user-subscribe@logging.apache.org</subscribe> |
| <unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe> |
| <post>log4j-user@logging.apache.org</post> |
| <archive>https://lists.apache.org/list.html?log4j-user@logging.apache.org</archive> |
| <otherArchives> |
| <otherArchive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</otherArchive> |
| <otherArchive>http://marc.info/?l=log4j-user</otherArchive> |
| <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive> |
| </otherArchives> |
| </mailingList> |
| <mailingList> |
| <name>dev : development of the logging projects including chainsaw</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 svn/git commits of the logging projects including chainsaw</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> |
| <developers> |
| <developer> |
| <id>mwomack</id> |
| <name>Mark Womack</name> |
| <email>mwomack@apache.org</email> |
| </developer> |
| <developer> |
| <id>carnold</id> |
| <name>Curt Arnold</name> |
| <email>carnold@apache.org</email> |
| </developer> |
| <developer> |
| <id>sdeboy</id> |
| <name>Scott Deboy</name> |
| <email>sdeboy@apache.org</email> |
| </developer> |
| <developer> |
| <id>psmith</id> |
| <name>Paul Smith</name> |
| <email>psmith@apache.org</email> |
| </developer> |
| </developers> |
| <contributors> |
| <contributor> |
| <name>Isuru Suriarachchi</name> |
| </contributor> |
| </contributors> |
| <licenses> |
| <license> |
| <name>Apache License, Version 2.0</name> |
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <scm> |
| <connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-chainsaw.git</connection> |
| <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-chainsaw.git</developerConnection> |
| <url>https://git-wip-us.apache.org/repos/asf?p=logging-chainsaw.git</url> |
| </scm> |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>https://www.apache.org</url> |
| </organization> |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>${javadoc.plugin.version}</version> |
| <configuration> |
| <bottom><![CDATA[<p align="center">Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br /> |
| Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, Apache, the Apache feather logo, the Apache Logging project logo, |
| and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom> |
| <additionalparam>${javadoc.opts}</additionalparam> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.8.1</version> |
| </plugin> |
| <plugin> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <workingDirectory>target</workingDirectory> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.6</source> |
| <target>1.6</target> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <manifest> |
| <mainClass>${chainsaw.mainclass}</mainClass> |
| <addClasspath>true</addClasspath> |
| </manifest> |
| <manifestSections> |
| <manifestSection> |
| <name>org.apache.log4j</name> |
| <manifestEntries> |
| <Implementation-Title>${project.name}</Implementation-Title> |
| <Implementation-Version>${project.version}</Implementation-Version> |
| <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor> |
| </manifestEntries> |
| </manifestSection> |
| </manifestSections> |
| </archive> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>site</phase> |
| <id>untag-site</id> |
| <configuration> |
| <tasks> |
| <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" /> |
| <replaceregexp file="target/site/source-repository.html" match="/tags/[^ "'<]*" replace="/trunk" flags="g" /> |
| <replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g"> |
| <fileset dir="target/site/apidocs" includes="**/*.html" /> |
| </replaceregexp> |
| </tasks> |
| </configuration> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| </execution> |
| <execution> |
| <id>post-site</id> |
| <phase>post-site</phase> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| <configuration> |
| <tasks> |
| <ant target="post-site" /> |
| </tasks> |
| </configuration> |
| </execution> |
| <execution> |
| <id>site-deploy</id> |
| <phase>site-deploy</phase> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| <configuration> |
| <tasks> |
| <ant target="site-deploy" /> |
| </tasks> |
| </configuration> |
| </execution> |
| <execution> |
| <id>javadoc.resources</id> |
| <phase>generate-sources</phase> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| <configuration> |
| <tasks> |
| <copy todir="${project.build.directory}/apidocs/META-INF"> |
| <fileset dir="${basedir}"> |
| <include name="LICENSE" /> |
| <include name="NOTICE" /> |
| </fileset> |
| </copy> |
| </tasks> |
| </configuration> |
| </execution> |
| </executions> |
| <dependencies> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant-nodeps</artifactId> |
| <version>1.6.5</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant</artifactId> |
| <version>1.6.5</version> |
| </dependency> |
| <dependency> |
| <groupId>ant-contrib</groupId> |
| <artifactId>ant-contrib</artifactId> |
| <version>1.0b2</version> |
| </dependency> |
| </dependencies> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>appassembler-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>package</phase> |
| <goals> |
| <goal>assemble</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <showConsoleWindow>false</showConsoleWindow> |
| <programs> |
| <program> |
| <mainClass>${chainsaw.mainclass}</mainClass> |
| <name>chainsaw</name> |
| </program> |
| </programs> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.4</version> |
| <executions> |
| <execution> |
| <id>make-assembly</id> |
| <phase>package</phase> |
| <goals> |
| <goal>single</goal> |
| </goals> |
| <configuration> |
| <descriptors> |
| <descriptor>src/assembly/bin.xml</descriptor> |
| <descriptor>src/assembly/standalone.xml</descriptor> |
| </descriptors> |
| <!-- we append the assembly ID here,but note that the bin assembly does not have an id specified |
| in its config, so it doesn't have a suffix --> |
| <appendAssemblyId>true</appendAssemblyId> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>jar</goal> |
| <goal>javadoc</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>build-helper-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>attach-artifacts</id> |
| <phase>package</phase> |
| <goals> |
| <goal>attach-artifact</goal> |
| </goals> |
| <configuration> |
| <artifacts> |
| <artifact> |
| <file>target/${project.artifactId}-${project.version}-standalone.zip</file> |
| <type>zip</type> |
| <classifier>standalone</classifier> |
| </artifact> |
| </artifacts> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <version>2.1.2</version> |
| <executions> |
| <execution> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>osxappbundle-maven-plugin</artifactId> |
| <version>1.0-alpha-2</version> |
| <configuration> |
| <mainClass>${chainsaw.mainclass}</mainClass> |
| <dictionaryFile>${basedir}/src/main/resources/Info.plist</dictionaryFile> |
| <iconFile>${basedir}/src/main/resources/logo.icns</iconFile> |
| <bundleName>Chainsaw</bundleName> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>webstart-maven-plugin</artifactId> |
| <configuration> |
| <jnlp> |
| <outputFile>webstart.jnlp</outputFile> |
| <mainClass>${chainsaw.mainclass}</mainClass> |
| </jnlp> |
| <sign> |
| <keystore>${chainsaw.webstart.keystore}</keystore> |
| <keypass>${chainsaw.webstart.keypass}</keypass> |
| <storepass>${chainsaw.webstart.storepass}</storepass> |
| <storetype /> |
| <alias>${chainsaw.webstart.alias}</alias> |
| <validity /> |
| <dnameCn /> |
| <dnameOu /> |
| <dnameO /> |
| <dnameL /> |
| <dnameSt /> |
| <dnameC /> |
| <verify>false</verify> |
| </sign> |
| <verbose>false</verbose> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-site-plugin</artifactId> |
| <version>${site.plugin.version}</version> |
| <configuration> |
| <locales>en</locales> |
| <templateFile>${basedir}/src/site/site.vm</templateFile> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <dependencies> |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>apache-log4j-extras</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>1.2.16</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.jmdns</groupId> |
| <artifactId>jmdns</artifactId> |
| <version>3.4.1</version> |
| </dependency> |
| <dependency> |
| <groupId>xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>1.1.2</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-vfs</groupId> |
| <artifactId>commons-vfs</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.1</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.openejb</groupId> |
| <artifactId>javaee-api</artifactId> |
| <version>5.0-2</version> |
| <type>jar</type> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.jcraft</groupId> |
| <artifactId>jsch</artifactId> |
| <version>0.1.42</version> |
| </dependency> |
| <dependency> |
| <groupId>hsqldb</groupId> |
| <artifactId>hsqldb</artifactId> |
| <version>1.8.0.7</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jms_1.1_spec</artifactId> |
| <version>1.0</version> |
| <optional>true</optional> |
| <scope>provided</scope> |
| </dependency> |
| </dependencies> |
| <reporting> |
| <excludeDefaults>true</excludeDefaults> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| <version>2.5</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <version>2.0</version> |
| <configuration> |
| <goals>site-deploy</goals> |
| <goals>assembly:assembly</goals> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-changes-plugin</artifactId> |
| <version>2.3</version> |
| <configuration> |
| <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate> |
| </configuration> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>changes-report</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <artifactId>maven-pmd-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>${javadoc.plugin.version}</version> |
| <configuration> |
| <bottom><![CDATA[<p align="center">Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br /> |
| Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, Apache, the Apache feather logo, the Apache Logging project logo, |
| and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom> |
| <additionalparam>${javadoc.opts}</additionalparam> |
| <encoding>UTF-8</encoding> |
| </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>project-team</report> |
| <report>issue-tracking</report> |
| <report>mailing-list</report> |
| <report>dependencies</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| <distributionManagement> |
| <downloadUrl>https://logging.apache.org/log4j/chainsaw/download.html</downloadUrl> |
| <site> |
| <id>www.example.com</id> |
| <url>scp://www.example.com/www/docs/project/</url> |
| </site> |
| </distributionManagement> |
| <properties> |
| <chainsaw.mainclass>org.apache.log4j.chainsaw.LogUI</chainsaw.mainclass> |
| <javadoc.plugin.version>2.10.4</javadoc.plugin.version> |
| <site.plugin.version>3.4</site.plugin.version> |
| </properties> |
| <profiles> |
| <profile> |
| <id>java8-doclint-disabled</id> |
| <activation> |
| <jdk>[1.8,)</jdk> |
| </activation> |
| <properties> |
| <javadoc.opts>-Xdoclint:none</javadoc.opts> |
| </properties> |
| </profile> |
| </profiles> |
| </project> |
| |