mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
#213 Add license to POM
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -12,13 +12,20 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Twelvemonkeys</name>
|
<name>Twelvemonkeys</name>
|
||||||
|
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>The BSD License</name>
|
||||||
|
<url>https://github.com/haraldk/TwelveMonkeys#license</url>
|
||||||
|
<distribution>repo</distribution>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>common</module>
|
<module>common</module>
|
||||||
<module>servlet</module>
|
<module>servlet</module>
|
||||||
<module>imageio</module>
|
<module>imageio</module>
|
||||||
<!--<module>swing</module>-->
|
<!--<module>swing</module>-->
|
||||||
<!--<module>sandbox</module>-->
|
<!--<module>sandbox</module>-->
|
||||||
<module>contrib</module>
|
|
||||||
<module>bom</module>
|
<module>bom</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
@@ -45,6 +52,11 @@
|
|||||||
</contributor>
|
</contributor>
|
||||||
</contributors>
|
</contributors>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<system>GitHub</system>
|
||||||
|
<url>https://github.com/haraldk/TwelveMonkeys/issues</url>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://github.com/haraldk/TwelveMonkeys</connection>
|
<connection>scm:git:https://github.com/haraldk/TwelveMonkeys</connection>
|
||||||
<developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection>
|
<developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection>
|
||||||
|
Reference in New Issue
Block a user