diff --git a/teamscale-maven-plugin/pom.xml b/teamscale-maven-plugin/pom.xml
index 347c804a..b77fe86a 100644
--- a/teamscale-maven-plugin/pom.xml
+++ b/teamscale-maven-plugin/pom.xml
@@ -9,6 +9,7 @@
c.f. https://maven.apache.org/docs/3.2.1/release-notes.html
-->
${revision}
+ maven-plugin
Teamscale Maven Plugin
Maven Plugin for Teamscale
@@ -63,6 +64,12 @@
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.11.4
+ test
+
org.jetbrains.kotlin
kotlin-stdlib
@@ -134,13 +141,14 @@
org.jetbrains.kotlin
kotlin-maven-plugin
- 2.1.0
+ ${kotlin.version}
compile
compile
+ process-sources
src/main/kotlin
@@ -152,6 +160,7 @@
test-compile
+ test-compile
src/test/kotlin
@@ -163,8 +172,24 @@
org.apache.maven.plugins
maven-plugin-plugin
- 3.15.1
+ 3.6.4
+
+
+ kotlin
+
+
+
+
+ com.github.gantsign.maven.plugin-tools
+ kotlin-maven-plugin-tools
+ 1.1.0
+
+
+
+ default-descriptor
+ process-classes
+
generate-helpmojo
@@ -173,6 +198,11 @@
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.5.2
+
org.apache.maven.plugins
maven-source-plugin
@@ -188,8 +218,16 @@
org.apache.maven.plugins
- maven-surefire-plugin
- 3.5.2
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+
diff --git a/teamscale-maven-plugin/src/main/java/.gitkeep b/teamscale-maven-plugin/src/main/java/.gitkeep
new file mode 100644
index 00000000..e69de29b