Skip to content

Commit b8befe4

Browse files
authored
add license to pom (#22)
Deploy fails without license in pom
1 parent fa07031 commit b8befe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

template/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@
1414
<url>https://repo.clojars.org/</url>
1515
</repository>
1616
</repositories>
17+
<licenses>
18+
<license>
19+
<name>Eclipse</name>
20+
<url>https://www.eclipse.org/legal/epl-v20.html</url>
21+
</license>
22+
</licenses>
1723
</project>

0 commit comments

Comments
 (0)