Skip to content

Commit

Permalink
added information to pom that will be needed if ever deploying to mav…
Browse files Browse the repository at this point in the history
…en central
  • Loading branch information
SingingBush committed Aug 1, 2017
1 parent ad9a854 commit 30bfa3a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Expand Up @@ -26,8 +26,11 @@ Since then there's been no activity and it seems that issues are ignored. Even t

The project seemed to be abandoned so I've forked it with the initial goal of

- publishing build artifacts to maven
- enable continuous integration
- keep project alive

Daniel Leuck, the original author, licensed the source as GPL v2.1
- [x] Adding more unit tests
- [x] Enabling continuous integration using [travis-ci.org](travis-ci.org)
- [x] Reporting on Test Coverage using [coveralls.io](coveralls.io)
- [x] Fixing existing bugs
- [ ] Publishing build artifacts to maven
- [ ] Potentially re-writing

Daniel Leuck, the original author, licensed the source as [LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt)
42 changes: 42 additions & 0 deletions pom.xml
Expand Up @@ -9,6 +9,48 @@
<version>1.4.0-SNAPSHOT</version>
<name>SDL</name>
<description>Support for SDLang (Simple Declarative Language)</description>
<url>https://github.com/SingingBush/SDL</url>
<inceptionYear>2011</inceptionYear>

<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<name>Daniel Leuck</name>
<email>support@ikayzo.com</email>
<organization>ikayzo</organization>
<organizationUrl>http://ikayzo.com</organizationUrl>
<roles>
<role>original author</role>
</roles>
</developer>
<developer>
<name>Samael Bate</name>
<email>samael@singingbush.com</email>
<organization>SingingBush</organization>
<organizationUrl>http://singingbush.com</organizationUrl>
<roles>
<role>maintainer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/SingingBush/SDL.git</connection>
<developerConnection>scm:git:ssh://github.com:SingingBush/SDL.git</developerConnection>
<url>https://github.com/SingingBush/SDL/tree/master</url>
</scm>

<issueManagement>
<system>github</system>
<url>https://github.com/SingingBush/SDL/issues</url>
</issueManagement>

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

0 comments on commit 30bfa3a

Please sign in to comment.