maven: get rid of intermediate poms: examples, docs, tools (artifacts garbage)

This commit is contained in:
Leonid Shalupov
2012-04-12 09:33:48 +04:00
parent 5b6d6a742c
commit d1246abbf1
14 changed files with 37 additions and 101 deletions
@@ -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>