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
+3 -2
View File
@@ -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>js-example</artifactId>
@@ -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>
-26
View File
@@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-project</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.jetbrains.kotlin.examples</groupId>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
<properties>
<project-root>${project.basedir}/../..</project-root>
</properties>
<modules>
<module>kotlin-java-example</module>
<module>js-example</module>
</modules>
</project>