Skip to content

Commit

Permalink
docs: Add metadata to pom (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria authored Sep 29, 2023
1 parent d8b07f3 commit 037ba8d
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,57 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<name>Confidence OpenFeature Provider</name>
<organization>
<name>com.spotify</name>
<url>https://github.com/spotify</url>
</organization>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/spotify/confidence-openfeature-provider-java/issues</url>
</issueManagement>

<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/spotify/confidence-openfeature-provider-java/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/spotify/confidence-openfeature-provider-java</url>
<connection>
scm:git:[email protected]:spotify/confidence-openfeature-provider-java.git
</connection>
<developerConnection>
scm:git:[email protected]:spotify/confidence-openfeature-provider-java.git
</developerConnection>
</scm>
<developers>
<developer>
<id>fdema</id>
<email>[email protected]</email>
<name>Fabrizio Demaria</name>
</developer>
<developer>
<id>nicklasl</id>
<email>[email protected]</email>
<name>Nicklas Lundin</name>
</developer>
<developer>
<id>DennisPersson</id>
<email>[email protected]</email>
<name>Dennis Persson</name>
</developer>
<developer>
<id>mfranberg</id>
<email>[email protected]</email>
<name>Mattias Frånberg</name>
</developer>
</developers>

<dependencies>
<!-- compile scope -->
<dependency>
Expand Down

0 comments on commit 037ba8d

Please sign in to comment.