maven: get rid of intermediate poms: examples, docs, tools (artifacts garbage)
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.jetbrains.kotlin.examples</groupId>
|
||||
<artifactId>examples</artifactId>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-project</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>kotlin-java-example</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user