File tree 1 file changed +49
-0
lines changed
lighty-resources/log4j2-config
1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<name >${project.groupId} :${project.artifactId} </name >
20
20
<url >https://github.com/PANTHEONtech/lighty</url >
21
+ <description >
22
+ This artifact contains log4j2 configuration.
23
+ </description >
21
24
22
25
<properties >
23
26
<maven .compiler.release>17</maven .compiler.release>
24
27
</properties >
25
28
29
+ <profiles >
30
+ <profile >
31
+ <id >release</id >
32
+ <build >
33
+ <plugins >
34
+ <plugin >
35
+ <groupId >org.apache.maven.plugins</groupId >
36
+ <artifactId >maven-gpg-plugin</artifactId >
37
+ <version >3.0.1</version >
38
+ <executions >
39
+ <execution >
40
+ <id >sign-artifacts</id >
41
+ <phase >verify</phase >
42
+ <goals >
43
+ <goal >sign</goal >
44
+ </goals >
45
+ </execution >
46
+ </executions >
47
+ </plugin >
48
+ </plugins >
49
+ </build >
50
+ </profile >
51
+ </profiles >
52
+
53
+ <licenses >
54
+ <license >
55
+ <name >Eclipse Public License 1.0</name >
56
+ <url >https://www.eclipse.org/legal/epl-v10.html</url >
57
+ <distribution >repo</distribution >
58
+ </license >
59
+ </licenses >
60
+ <scm >
61
+ <connection >scm:git:https://github.com/PANTHEONtech/lighty.git</connection >
62
+ <developerConnection >scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection >
63
+ <url >https://github.com/PANTHEONtech/lighty</url >
64
+ <tag >17.0.0</tag >
65
+ </scm >
66
+ <developers >
67
+ <developer >
68
+ <id >rovarga</id >
69
+ <name >Robert Varga</name >
70
+
71
+ <organization >PANTHEON.tech s.r.o.</organization >
72
+ <organizationUrl >https://www.pantheon.tech</organizationUrl >
73
+ </developer >
74
+ </developers >
26
75
<distributionManagement >
27
76
<snapshotRepository >
28
77
<id >ossrh</id >
You can’t perform that action at this time.
0 commit comments