Skip to content

Commit

Permalink
pom: Add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 17, 2023
1 parent da4158f commit 30ec36c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,33 @@
<jacline.version>1.0.0</jacline.version>
</properties>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/kohlschutter/jacline</url>
<connection>scm:git:[email protected]:kohlschutter/jacline.git</connection>
<developerConnection>scm:git:[email protected]:kohlschutter/jacline.git</developerConnection>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<id>github.com/kohlschutter/jacline</id>
<url>gitsite:[email protected]/kohlschutter/jacline.git</url>
</site>
</distributionManagement>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/kohlschutter/jacline/issues</url>
</issueManagement>

<dependencies>
<dependency>
<groupId>com.kohlschutter</groupId>
Expand Down

0 comments on commit 30ec36c

Please sign in to comment.