Skip to content

Commit

Permalink
Adding maven information to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Aug 9, 2024
1 parent 7942948 commit 18f3aa6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions location4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,32 @@
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>tomaytotomato</id>
<name>Bruce Taylor</name>
<email>dev@tomaytotomato.com</email>
</developer>
</developers>

<url>https://github.com/tomaytotomato/location4j</url>

<scm>
<connection>scm:git:https://github.com/tomaytotomato/location4j.git</connection>
<developerConnection>scm:git:ssh://git@github.com:tomaytotomato/location4j.git
</developerConnection>
<url>https://github.com/tomaytotomato/location4j</url>
</scm>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<developers>
<developer>
<id>tomaytotomato</id>
<name>Your Name</name>
<name>Bruce Taylor</name>
<email>dev@tomaytotomato.com</email>
</developer>
</developers>
Expand Down

0 comments on commit 18f3aa6

Please sign in to comment.