Skip to content

Commit d878027

Browse files
committed
Add log4j2-config release information
Add missing project description, license information, SCM URL and developer information. Signed-off-by: Ivan Hrasko <[email protected]>
1 parent dfeee77 commit d878027

File tree

1 file changed

+49
-0
lines changed
  • lighty-resources/log4j2-config

1 file changed

+49
-0
lines changed

lighty-resources/log4j2-config/pom.xml

+49
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,60 @@
1818

1919
<name>${project.groupId}:${project.artifactId}</name>
2020
<url>https://github.com/PANTHEONtech/lighty</url>
21+
<description>
22+
This artifact contains log4j2 configuration.
23+
</description>
2124

2225
<properties>
2326
<maven.compiler.release>17</maven.compiler.release>
2427
</properties>
2528

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+
<email>[email protected]</email>
71+
<organization>PANTHEON.tech s.r.o.</organization>
72+
<organizationUrl>https://www.pantheon.tech</organizationUrl>
73+
</developer>
74+
</developers>
2675
<distributionManagement>
2776
<snapshotRepository>
2877
<id>ossrh</id>

0 commit comments

Comments
 (0)