Skip to content

Commit a4f8862

Browse files
committed
build: add url, developers and description
1 parent ea7e00e commit a4f8862

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<version>${revision}</version>
99
<packaging>pom</packaging>
1010
<name>github-crawler</name>
11+
<description>GitHub crawler automates information gathering across an organization's repositories
12+
by crawling them through the API, helping teams keep configuration and dependencies
13+
consistent at scale.</description>
14+
<url>https://github.com/societe-generale/github-crawler</url>
1115
<modules>
1216
<module>github-crawler-core</module>
1317
<module>github-crawler-autoconfigure</module>
@@ -31,6 +35,25 @@
3135
</developerConnection>
3236
<tag>HEAD</tag>
3337
</scm>
38+
<developers>
39+
<developer>
40+
<id>societe-generale</id>
41+
<name>Societe Generale</name>
42+
<organization>Societe Generale</organization>
43+
<organizationUrl>https://github.com/societe-generale</organizationUrl>
44+
</developer>
45+
<developer>
46+
<id>vincent-fuchs</id>
47+
<name>Vincent Fuchs</name>
48+
<email>vincent.fuchs@gmail.com</email>
49+
</developer>
50+
<developer>
51+
<id>paul58914080</id>
52+
<name>Paul Williams</name>
53+
<email>paul58914080@gmail.com</email>
54+
<url>https://github.com/paul58914080</url>
55+
</developer>
56+
</developers>
3457
<properties>
3558
<revision>3.0.1-SNAPSHOT</revision>
3659
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)