Skip to content

Commit 856fcd2

Browse files
committed
Add license/scm/developers block
1 parent 0cc3ced commit 856fcd2

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pom.xml

+23-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,29 @@
1111
<name>CAFED00D</name>
1212
<packaging>pom</packaging>
1313
<description>Parent module for CafeDude</description>
14-
14+
15+
<licenses>
16+
<license>
17+
<name>The MIT License (MIT)</name>
18+
<url>https://spdx.org/licenses/MIT.html</url>
19+
</license>
20+
</licenses>
21+
<scm>
22+
<connection>scm:git:git://github.com/Col-E/CAFED00D.git</connection>
23+
<developerConnection>scm:git:ssh://github.com:Col-E/CAFED00D.git</developerConnection>
24+
<url>https://github.com/Col-E/CAFED00D</url>
25+
</scm>
26+
<developers>
27+
<developer>
28+
<name>Matt Coley</name>
29+
<email>[email protected]</email>
30+
</developer>
31+
<developer>
32+
<name>Justus Garbe</name>
33+
<email>[email protected]</email>
34+
</developer>
35+
</developers>
36+
1537
<modules>
1638
<module>core</module>
1739
<module>tree</module>

0 commit comments

Comments
 (0)