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