| <!-- |
| 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"> |
| <parent> |
| <groupId>org.apache.logging</groupId> |
| <artifactId>logging-parent</artifactId> |
| <version>3</version> |
| <relativePath/> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>log4j</groupId> |
| <artifactId>apache-chainsaw</artifactId> |
| <name>Apache Chainsaw</name> |
| <version>2.1.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>JIRA</system> |
| <url>https://issues.apache.org/jira/browse/CHAINSAW</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> |
| <developer> |
| <id>mattsicker</id> |
| <name>Matt Sicker</name> |
| <email>mattsicker@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> |
| |
| <properties> |
| <chainsaw.mainclass>org.apache.log4j.chainsaw.LogUI</chainsaw.mainclass> |
| <maven.compiler.source>1.8</maven.compiler.source> |
| <maven.compiler.target>1.8</maven.compiler.target> |
| <dependency.locations.enabled>false</dependency.locations.enabled> |
| <ChainsawReleaseVersion>2.1.0</ChainsawReleaseVersion> |
| <ChainsawReleaseManager>Robert Middleton</ChainsawReleaseManager> |
| <ChainsawReleaseKey>B095DD52</ChainsawReleaseKey> |
| </properties> |
| |
| <build> |
| <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> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <workingDirectory>target</workingDirectory> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>3.8.0</version> |
| <configuration> |
| <source>9</source> |
| <target>9</target> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <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> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <version>1.8</version> |
| <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>org.apache.ant</groupId> |
| <artifactId>ant</artifactId> |
| <version>1.10.2</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> |
| <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> |
| <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> |
| <executions> |
| <execution> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| </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>3.7.1</version> |
| <dependencies> |
| <dependency> |
| <groupId>org.asciidoctor</groupId> |
| <artifactId>asciidoctor-maven-plugin</artifactId> |
| <version>1.5.6</version> |
| </dependency> |
| </dependencies> |
| <configuration> |
| <!-- only build English site even on other language OS --> |
| <locales>en</locales> |
| <!-- Exclude the navigation file for Maven 1 sites |
| and the changes file used by the changes-plugin, |
| as they interfere with the site generation. --> |
| <moduleExcludes> |
| <xdoc>navigation.xml,changes.xml</xdoc> |
| </moduleExcludes> |
| <asciidoc> |
| <attributes> |
| <!-- copy any site properties wanted in asciidoc files --> |
| <ChainsawReleaseVersion>${ChainsawReleaseVersion}</ChainsawReleaseVersion> |
| <ChainsawReleaseManager>${ChainsawReleaseManager}</ChainsawReleaseManager> |
| <ChainsawReleaseKey>${ChainsawReleaseKey}</ChainsawReleaseKey> |
| </attributes> |
| </asciidoc> |
| </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>com.thoughtworks.xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>1.4.11.1</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.55</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> |
| <dependency> |
| <groupId>org.projectlombok</groupId> |
| <artifactId>lombok</artifactId> |
| <version>1.18.0</version> |
| <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> |
| <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.12.1</version> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>jira-report</report> |
| <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>3.3.0</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> |
| <encoding>UTF-8</encoding> |
| <doclint>none</doclint> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.9</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> |
| |
| <profiles> |
| <profile> |
| <id>mac</id> |
| <activation> |
| <os> |
| <family>mac</family> |
| </os> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>de.perdian.maven.plugins</groupId> |
| <artifactId>macosappbundler-maven-plugin</artifactId> |
| <version>1.10.2</version> |
| <configuration> |
| <plist> |
| <CFBundleIconFile>src/main/resources/logo.icns</CFBundleIconFile> |
| <CFBundleDisplayName>Chainsaw</CFBundleDisplayName> |
| <CFBundleDevelopmentRegion>English</CFBundleDevelopmentRegion> |
| <CFBundleURLTypes> |
| <string>msa</string> |
| </CFBundleURLTypes> |
| <JVMMainClassName>${chainsaw.mainclass}</JVMMainClassName> |
| <JVMVersion>11+</JVMVersion> |
| <JVMOptions> |
| <jvmOption>-Xms128m</jvmOption> |
| <jvmOption>-Xmx512m</jvmOption> |
| </JVMOptions> |
| </plist> |
| <dmg> |
| <generate>true</generate> |
| <additionalResources> |
| <additionalResource> |
| <directory>src/bundle/macos/distribution</directory> |
| </additionalResource> |
| </additionalResources> |
| </dmg> |
| </configuration> |
| <executions> |
| <execution> |
| <phase>package</phase> |
| <goals> |
| <goal>bundle</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>development</id> |
| <repositories> |
| <repository> |
| <id>apache.snapshots</id> |
| <name>Apache Snapshot Repository</name> |
| <url>https://repository.apache.org/snapshots</url> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| </repository> |
| </repositories> |
| </profile> |
| </profiles> |
| </project> |
| |