|
24 | 24 | <inceptionYear>2005</inceptionYear> |
25 | 25 |
|
26 | 26 |
|
27 | | - |
28 | 27 | <properties> |
29 | 28 | <!-- yyyy-MM-dd'T'HH:mm:ss'Z' --> |
30 | 29 | <project.build.outputTimestamp>2024-01-08T17:55:00Z</project.build.outputTimestamp> |
|
38 | 37 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
39 | 38 | <!-- used in integration testing --> |
40 | 39 | <cal10n.version>0.8.1</cal10n.version> |
41 | | - <reload4j.version>1.2.22</reload4j.version> |
| 40 | + <reload4j.version>1.2.22</reload4j.version> |
42 | 41 | <logback.version>1.2.10</logback.version> |
43 | 42 | <jcl.version>1.2</jcl.version> |
44 | 43 | <junit.version>4.13.1</junit.version> |
45 | 44 | <maven-site-plugin.version>3.7.1</maven-site-plugin.version> |
46 | 45 | <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
47 | 46 | <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
48 | | - <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
| 47 | + <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
49 | 48 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
50 | 49 | <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
51 | 50 | <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
52 | 51 | <maven-jxr-plugin.version>3.1.1</maven-jxr-plugin.version> |
53 | 52 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> |
54 | 53 | </properties> |
55 | 54 |
|
56 | | - |
57 | 55 |
|
58 | 56 | <dependencies> |
59 | 57 | <dependency> |
|
72 | 70 | <artifactId>reload4j</artifactId> |
73 | 71 | <version>${reload4j.version}</version> |
74 | 72 | </dependency> |
75 | | - |
| 73 | + |
76 | 74 | <dependency> |
77 | 75 | <groupId>ch.qos.cal10n</groupId> |
78 | 76 | <artifactId>cal10n-api</artifactId> |
|
147 | 145 | <source>${jdk.version}</source> |
148 | 146 | <target>${jdk.version}</target> |
149 | 147 | </configuration> |
150 | | - </execution> |
| 148 | + </execution> |
151 | 149 |
|
152 | | - <execution> |
| 150 | + <execution> |
153 | 151 | <id>module-compile</id> |
154 | 152 | <phase>compile</phase> |
155 | 153 | <goals> |
156 | 154 | <goal>compile</goal> |
157 | | - </goals> |
| 155 | + </goals> |
158 | 156 | <configuration> |
159 | 157 | <release>9</release> |
160 | 158 | <compileSourceRoots> |
|
165 | 163 | </execution> |
166 | 164 |
|
167 | 165 |
|
168 | | - |
169 | 166 | </executions> |
170 | 167 |
|
171 | 168 | </plugin> |
|
200 | 197 | <supportIncrementalBuild>true</supportIncrementalBuild> |
201 | 198 | <!-- populated by the plugin itself --> |
202 | 199 | <instructions> |
203 | | - <Bundle-SymbolicName>${replacestring;${project.artifactId};-;.}</Bundle-SymbolicName> |
204 | | - <Bundle-Vendor>SLF4J.ORG</Bundle-Vendor> |
205 | | - <_snapshot/> |
206 | | - <_exportcontents>!META-INF.versions.9,*;-noimport:=true</_exportcontents> |
207 | | - <Bundle-Description>${project.description}</Bundle-Description> |
208 | | - <Bundle-DocURL>${project.url}</Bundle-DocURL> |
209 | | - <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK> |
210 | | - <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK> |
211 | | - <Implementation-Version>${project.version}</Implementation-Version> |
212 | | - <Implementation-Title>${project.artifactId}</Implementation-Title> |
213 | | - <Multi-Release>true</Multi-Release> |
214 | | - <_removeheaders>Private-Package,Bundle-SCM, Bundle-Developers, Include-Resource</_removeheaders> |
215 | | - </instructions> |
| 200 | + <Bundle-SymbolicName>${replacestring;${project.artifactId};-;.}</Bundle-SymbolicName> |
| 201 | + <Bundle-Vendor>SLF4J.ORG</Bundle-Vendor> |
| 202 | + <_snapshot/> |
| 203 | + <_exportcontents>!META-INF.versions.9,*;-noimport:=true</_exportcontents> |
| 204 | + <Bundle-Description>${project.description}</Bundle-Description> |
| 205 | + <Bundle-DocURL>${project.url}</Bundle-DocURL> |
| 206 | + <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK> |
| 207 | + <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK> |
| 208 | + <Implementation-Version>${project.version}</Implementation-Version> |
| 209 | + <Implementation-Title>${project.artifactId}</Implementation-Title> |
| 210 | + <Multi-Release>true</Multi-Release> |
| 211 | + <_removeheaders>Private-Package,Bundle-SCM, Bundle-Developers, Include-Resource</_removeheaders> |
| 212 | + </instructions> |
216 | 213 | </configuration> |
217 | 214 | <executions> |
218 | 215 | <execution> |
|
267 | 264 | <version>3.0.0</version> |
268 | 265 | </plugin> |
269 | 266 | </plugins> |
270 | | - |
271 | | - </build> |
272 | 267 |
|
273 | | - <reporting> |
274 | | - <plugins> |
275 | | - <plugin> |
276 | | - <groupId>org.apache.maven.plugins</groupId> |
277 | | - <artifactId>maven-jxr-plugin</artifactId> |
278 | | - <version>${maven-jxr-plugin.version}</version> |
279 | | - <configuration> |
280 | | - <aggregate>true</aggregate> |
281 | | - <javadocDir>target/site/apidocs/</javadocDir> |
282 | | - <linkJavadoc>true</linkJavadoc> |
283 | | - </configuration> |
284 | | - </plugin> |
285 | | - |
286 | | - <plugin> |
287 | | - <groupId>org.apache.maven.plugins</groupId> |
288 | | - <artifactId>maven-javadoc-plugin</artifactId> |
289 | | - <version>${maven-javadoc-plugin.version}</version> |
290 | | - <configuration> |
291 | | - <linkJavadoc>true</linkJavadoc> |
292 | | - <linksource>true</linksource> |
293 | | - <aggregate>true</aggregate> |
294 | | - <additionalOptions> |
295 | | - <additionalOption>-Xdoclint:none</additionalOption> |
296 | | - </additionalOptions> |
297 | | - <sourceFileExcludes> |
298 | | - <sourceFileExclude>**/module-info.java</sourceFileExclude> |
299 | | - </sourceFileExcludes> |
300 | | - |
301 | | - <groups> |
302 | | - <group> |
303 | | - <title>SLF4J packages</title> |
304 | | - <packages>org.slf4j:org.slf4j.*</packages> |
305 | | - </group> |
306 | | - |
307 | | - <group> |
308 | | - <title>SLF4J extensions</title> |
309 | | - <packages> |
310 | | - org.slf4j.cal10n:org.slf4j.profiler:org.slf4j.ext:org.slf4j.instrumentation:org.slf4j.agent |
311 | | - </packages> |
312 | | - </group> |
313 | | - |
314 | | - <group> |
315 | | - <title>Jakarta Commons Logging packages</title> |
316 | | - <packages>org.apache.commons.*</packages> |
317 | | - </group> |
318 | | - |
319 | | - <group> |
320 | | - <title>java.util.logging (JUL) to SLF4J bridge</title> |
321 | | - <packages>org.slf4j.bridge</packages> |
322 | | - </group> |
323 | | - |
324 | | - <group> |
325 | | - <title>Apache log4j</title> |
326 | | - <packages>org.apache.log4j:org.apache.log4j.*</packages> |
327 | | - </group> |
328 | | - </groups> |
329 | | - </configuration> |
330 | | - </plugin> |
331 | | - |
332 | | - </plugins> |
333 | | - </reporting> |
| 268 | + </build> |
334 | 269 |
|
335 | 270 | <profiles> |
336 | 271 | <profile> |
|
0 commit comments