Skip to content

Commit

Permalink
Fixed source links
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Sep 29, 2017
1 parent 8958f2f commit dca2a13
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/kotlinx-coroutines-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<properties>
<!-- makes sure core is portable to lowest common denominator -->
<kotlin.compiler.jdkHome>${env.JDK_16}</kotlin.compiler.jdkHome>
<subdir>core</subdir>
</properties>

<repositories>
Expand Down
5 changes: 5 additions & 0 deletions core/kotlinx-coroutines-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>kotlinx-coroutines-io</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>core</subdir>
</properties>

<dependencies>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions integration/kotlinx-coroutines-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<artifactId>kotlinx-coroutines-guava</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>integration</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions integration/kotlinx-coroutines-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<artifactId>kotlinx-coroutines-jdk8</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>integration</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions integration/kotlinx-coroutines-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-nio</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>integration</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions integration/kotlinx-coroutines-quasar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<artifactId>kotlinx-coroutines-quasar</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>integration</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<sourceLinks>
<link>
<dir>${project.basedir}/src/main/kotlin</dir>
<url>http:https://github.com/kotlin/kotlinx.coroutines/tree/master/${project.artifactId}/src/main/kotlin</url>
<url>http:https://github.com/kotlin/kotlinx.coroutines/tree/master/${subdir}/${project.artifactId}/src/main/kotlin</url>
<urlSuffix>#L</urlSuffix>
</link>
</sourceLinks>
Expand Down
4 changes: 4 additions & 0 deletions reactive/kotlinx-coroutines-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-reactive</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>reactive</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions reactive/kotlinx-coroutines-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<artifactId>kotlinx-coroutines-reactor</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>reactive</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions reactive/kotlinx-coroutines-rx1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-rx1</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>reactive</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions reactive/kotlinx-coroutines-rx2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-rx2</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>reactive</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions ui/kotlinx-coroutines-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-android</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>ui</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions ui/kotlinx-coroutines-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-javafx</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>ui</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
4 changes: 4 additions & 0 deletions ui/kotlinx-coroutines-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>kotlinx-coroutines-swing</artifactId>
<packaging>jar</packaging>

<properties>
<subdir>ui</subdir>
</properties>

<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down

0 comments on commit dca2a13

Please sign in to comment.