File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
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
+
19
20
<modelVersion >4.0.0</modelVersion >
21
+
20
22
<parent >
21
23
<groupId >org.apache.logging.log4j</groupId >
22
24
<artifactId >log4j</artifactId >
23
25
<version >${revision} </version >
24
26
<relativePath >../log4j-parent</relativePath >
25
27
</parent >
28
+
26
29
<artifactId >log4j-api</artifactId >
27
- < packaging >jar</ packaging >
30
+
28
31
<name >Apache Log4j API</name >
29
- <description >The Apache Log4j API</description >
32
+
33
+ <description >
34
+ The logging API of the Log4j project.
35
+ Library and application code can log against this API.
36
+ It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases.
37
+ Production applications are recommended to use it in combination with a fully-fledged implementation, such as Log4j Core.
38
+ </description >
39
+
30
40
<properties >
31
41
<maven .javadoc.skip>false</maven .javadoc.skip>
32
42
You can’t perform that action at this time.
0 commit comments