-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added additional information to pom.xml in preparation for uploading to
central.
- Loading branch information
1 parent
2db0434
commit dc8c49f
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|