Skip to content

Commit ba8b6bf

Browse files
cushonError Prone Team
authored andcommitted
Fix pom to meet sonatype requirements
Hopefully fixes ``` Project description missing, Project URL missing, Developer information missing ``` following the guidance at https://central.sonatype.org/publish/requirements/#developer-information I think I broke this by removing the parent pom in 6ec68f5 PiperOrigin-RevId: 386145114
1 parent 69b2b71 commit ba8b6bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<version>HEAD-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626

27+
<description>Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.</description>
28+
<url>https://errorprone.info</url>
29+
2730
<properties>
2831
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2932
<guava.version>30.1-jre</guava.version>
@@ -42,6 +45,17 @@
4245
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
4346
</properties>
4447

48+
<organization>
49+
<name>Google LLC</name>
50+
<url>http://www.google.com</url>
51+
</organization>
52+
53+
<developers>
54+
<developer>
55+
<name>Eddie Aftandilian</name>
56+
</developer>
57+
</developers>
58+
4559
<modules>
4660
<module>check_api</module>
4761
<module>test_helpers</module>

0 commit comments

Comments
 (0)