Skip to content

Commit c415fcd

Browse files
authored
Add required license, metadata to pom for publishing to central portal (#235)
* add required license, metadata to pom for publishing to central * author
1 parent e95fdac commit c415fcd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<version>63.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

16+
<name>HubSpot Basepom</name>
17+
<description>Basepom for all HubSpot Projects</description>
18+
1619
<properties>
1720
<project.build.targetJdk>11</project.build.targetJdk>
1821

@@ -2536,7 +2539,20 @@
25362539
</plugins>
25372540
</build>
25382541

2542+
<url>https://github.com/HubSpot/basepom</url>
2543+
2544+
<licenses>
2545+
<license>
2546+
<name>The Apache License, Version 2.0</name>
2547+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2548+
</license>
2549+
</licenses>
2550+
25392551
<developers>
2552+
<developer>
2553+
<name>Jared Stehler</name>
2554+
<email>jstehler@hubspot.com</email>
2555+
</developer>
25402556
<developer>
25412557
<name>Jonathan Haber</name>
25422558
<email>jhaber@hubspot.com</email>

0 commit comments

Comments
 (0)