Skip to content

Commit

Permalink
Added additional information to pom.xml in preparation for uploading to
Browse files Browse the repository at this point in the history
central.
  • Loading branch information
timdawborn committed Sep 3, 2014
1 parent 2db0434 commit dc8c49f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,27 @@
<packaging>jar</packaging>

<name>Schwa Lab Tools</name>
<url>http://schwa.org/projects/schwa</url>
<description>Java port of a subset of libschwa. This is currently only docrep.</description>
<url>https://github.com/schwa-lab/libschwa-java</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>

<developers>
<developer>
<name>Tim Dawborn</name>
<organization>Schwa Lab</organization>
<organizationUrl>https://github.com/timdawborn</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:schwa-lab/libschwa-java.git</connection>
<developerConnection>scm:git:[email protected]:schwa-lab/libschwa-java.git</developerConnection>
<url>[email protected]:schwa-lab/libschwa-java.git</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit dc8c49f

Please sign in to comment.