Skip to content

Commit 2582f7a

Browse files
committed
add Project description and Developers information for deployment
1 parent 943ec57 commit 2582f7a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@
66
<packaging>jar</packaging>
77
<version>6.1.4</version>
88
<name>Git Commit Id Plugin Core</name>
9+
<description>A library for extracting git information at build time</description>
910
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
1011

12+
<developers>
13+
<developer>
14+
<id>git-commit-id</id>
15+
<name>Git Commit ID Community</name>
16+
<email>github@git-commit-id.io</email>
17+
<organization>git-commit-id</organization>
18+
<organizationUrl>https://github.com/git-commit-id</organizationUrl>
19+
</developer>
20+
</developers>
21+
1122
<licenses>
1223
<license>
1324
<name>GNU Lesser General Public License 3.0</name>

0 commit comments

Comments
 (0)