Skip to content

Commit

Permalink
Add license/scm/developers block
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Nov 14, 2023
1 parent 0cc3ced commit 856fcd2
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,29 @@
<name>CAFED00D</name>
<packaging>pom</packaging>
<description>Parent module for CafeDude</description>


<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://spdx.org/licenses/MIT.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/Col-E/CAFED00D.git</connection>
<developerConnection>scm:git:ssh://github.com:Col-E/CAFED00D.git</developerConnection>
<url>https://github.com/Col-E/CAFED00D</url>
</scm>
<developers>
<developer>
<name>Matt Coley</name>
<email>mcoley2@gmu.edu</email>
</developer>
<developer>
<name>Justus Garbe</name>
<email>gihihoh@gmail.com</email>
</developer>
</developers>

<modules>
<module>core</module>
<module>tree</module>
Expand Down

0 comments on commit 856fcd2

Please sign in to comment.