"Fossies" - the Fresh Open Source Software Archive 
Member "apache-log4j-2.12.4-src/log4j-docker/pom.xml" (28 Dec 2021, 7838 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "pom.xml":
2.12.3_vs_2.12.4.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
4 contributor license agreements. See the NOTICE file distributed with
5 this work for additional information regarding copyright ownership.
6 The ASF licenses this file to You under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18 <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">
19 <modelVersion>4.0.0</modelVersion>
20 <parent>
21 <groupId>org.apache.logging.log4j</groupId>
22 <artifactId>log4j</artifactId>
23 <version>2.12.4</version>
24 <relativePath>../</relativePath>
25 </parent>
26 <artifactId>log4j-docker</artifactId>
27 <packaging>jar</packaging>
28 <name>Apache Log4j Docker Library</name>
29 <description>Apache Log4j Docker Support</description>
30 <properties>
31 <log4jParentDir>${basedir}/..</log4jParentDir>
32 <docLabel>Log4j Docker Library Documentation</docLabel>
33 <projectDir>/docker</projectDir>
34 <maven.compiler.source>1.8</maven.compiler.source>
35 <maven.compiler.target>1.8</maven.compiler.target>
36 <module.name>org.apache.logging.log4j.docker</module.name>
37 </properties>
38 <dependencies>
39 <dependency>
40 <groupId>org.apache.logging.log4j</groupId>
41 <artifactId>log4j-api</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>org.apache.logging.log4j</groupId>
45 <artifactId>log4j-core</artifactId>
46 </dependency>
47 <!-- Required for JSON support -->
48 <dependency>
49 <groupId>com.fasterxml.jackson.core</groupId>
50 <artifactId>jackson-annotations</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>com.fasterxml.jackson.core</groupId>
54 <artifactId>jackson-core</artifactId>
55 </dependency>
56 <dependency>
57 <groupId>com.fasterxml.jackson.core</groupId>
58 <artifactId>jackson-databind</artifactId>
59 </dependency>
60 <dependency>
61 <groupId>junit</groupId>
62 <artifactId>junit</artifactId>
63 <scope>test</scope>
64 </dependency>
65 </dependencies>
66 <build>
67 <plugins>
68 <plugin>
69 <groupId>org.apache.maven.plugins</groupId>
70 <artifactId>maven-toolchains-plugin</artifactId>
71 <version>1.1</version>
72 <executions>
73 <execution>
74 <goals>
75 <goal>toolchain</goal>
76 </goals>
77 </execution>
78 </executions>
79 <configuration>
80 <toolchains>
81 <jdk>
82 <version>[8, )</version>
83 </jdk>
84 </toolchains>
85 </configuration>
86 </plugin>
87 <!-- Include the standard NOTICE and LICENSE -->
88 <plugin>
89 <groupId>org.apache.maven.plugins</groupId>
90 <artifactId>maven-remote-resources-plugin</artifactId>
91 <executions>
92 <execution>
93 <goals>
94 <goal>process</goal>
95 </goals>
96 <configuration>
97 <skip>false</skip>
98 </configuration>
99 </execution>
100 </executions>
101 </plugin>
102 <plugin>
103 <groupId>org.apache.felix</groupId>
104 <artifactId>maven-bundle-plugin</artifactId>
105 </plugin>
106 <plugin>
107 <artifactId>maven-surefire-plugin</artifactId>
108 <configuration>
109 <forkCount>1</forkCount>
110 <reuseForks>false</reuseForks>
111 </configuration>
112 </plugin>
113 </plugins>
114 </build>
115 <reporting>
116 <plugins>
117 <plugin>
118 <groupId>org.apache.maven.plugins</groupId>
119 <artifactId>maven-changes-plugin</artifactId>
120 <version>${changes.plugin.version}</version>
121 <reportSets>
122 <reportSet>
123 <reports>
124 <report>changes-report</report>
125 </reports>
126 </reportSet>
127 </reportSets>
128 <configuration>
129 <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
130 <useJql>true</useJql>
131 </configuration>
132 </plugin>
133 <plugin>
134 <groupId>org.apache.maven.plugins</groupId>
135 <artifactId>maven-checkstyle-plugin</artifactId>
136 <version>${checkstyle.plugin.version}</version>
137 <configuration>
138 <!--<propertiesLocation>${vfs.parent.dir}/checkstyle.properties</propertiesLocation> -->
139 <configLocation>${log4jParentDir}/checkstyle.xml</configLocation>
140 <suppressionsLocation>${log4jParentDir}/checkstyle-suppressions.xml</suppressionsLocation>
141 <enableRulesSummary>false</enableRulesSummary>
142 <propertyExpansion>basedir=${basedir}</propertyExpansion>
143 <propertyExpansion>licensedir=${log4jParentDir}/checkstyle-header.txt</propertyExpansion>
144 </configuration>
145 </plugin>
146 <plugin>
147 <groupId>org.apache.maven.plugins</groupId>
148 <artifactId>maven-javadoc-plugin</artifactId>
149 <version>${javadoc.plugin.version}</version>
150 <configuration>
151 <bottom><![CDATA[<p align="center">Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
152 Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo,
153 and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom>
154 <!-- module link generation is completely broken in the javadoc plugin for a multi-module non-aggregating
155 project -->
156 <detectOfflineLinks>false</detectOfflineLinks>
157 <linksource>true</linksource>
158 </configuration>
159 <reportSets>
160 <reportSet>
161 <id>non-aggregate</id>
162 <reports>
163 <report>javadoc</report>
164 </reports>
165 </reportSet>
166 </reportSets>
167 </plugin>
168 <plugin>
169 <groupId>org.codehaus.mojo</groupId>
170 <artifactId>findbugs-maven-plugin</artifactId>
171 <version>${findbugs.plugin.version}</version>
172 <configuration>
173 <fork>true</fork>
174 <jvmArgs>-Duser.language=en</jvmArgs>
175 <threshold>Normal</threshold>
176 <effort>Default</effort>
177 <excludeFilterFile>${log4jParentDir}/findbugs-exclude-filter.xml</excludeFilterFile>
178 </configuration>
179 </plugin>
180 <plugin>
181 <groupId>org.apache.maven.plugins</groupId>
182 <artifactId>maven-jxr-plugin</artifactId>
183 <version>${jxr.plugin.version}</version>
184 <reportSets>
185 <reportSet>
186 <id>non-aggregate</id>
187 <reports>
188 <report>jxr</report>
189 </reports>
190 </reportSet>
191 <reportSet>
192 <id>aggregate</id>
193 <reports>
194 <report>aggregate</report>
195 </reports>
196 </reportSet>
197 </reportSets>
198 </plugin>
199 <plugin>
200 <groupId>org.apache.maven.plugins</groupId>
201 <artifactId>maven-pmd-plugin</artifactId>
202 <version>${pmd.plugin.version}</version>
203 <configuration>
204 <targetJdk>${maven.compiler.target}</targetJdk>
205 </configuration>
206 </plugin>
207 <plugin>
208 <groupId>net.sourceforge.maven-taglib</groupId>
209 <artifactId>maven-taglib-plugin</artifactId>
210 <version>2.4</version>
211 </plugin>
212 </plugins>
213 </reporting>
214 </project>
215