diff --git a/libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt b/libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt new file mode 100644 index 00000000000..a14d98d9c19 --- /dev/null +++ b/libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt @@ -0,0 +1,9 @@ +package test.org.jetbrains.kotlin.maven + +import junit.framework.TestCase + +class MojoTest: TestCase() { + fun testFoo() { + + } +} \ No newline at end of file