Skip to content

Commit

Permalink
add license to pom (#22)
Browse files Browse the repository at this point in the history
Deploy fails without license in pom
  • Loading branch information
alekcz authored Mar 29, 2024
1 parent fa07031 commit b8befe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
<url>https://repo.clojars.org/</url>
</repository>
</repositories>
<licenses>
<license>
<name>Eclipse</name>
<url>https://www.eclipse.org/legal/epl-v20.html</url>
</license>
</licenses>
</project>

0 comments on commit b8befe4

Please sign in to comment.