Skip to content

Commit

Permalink
Fix package-list URL for moved kotlinx-coroutines-core & docs for io
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Sep 6, 2017
1 parent 44ba5d0 commit a07ad64
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 11 deletions.
18 changes: 18 additions & 0 deletions core/kotlinx-coroutines-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,23 @@
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>

<plugins>
<!-- documentation -->
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>${dokka.version}</version>
<configuration>
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
</externalDocumentationLinks>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion integration/kotlinx-coroutines-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>https://google.github.io/guava/releases/18.0/api/docs/</url>
Expand Down
2 changes: 1 addition & 1 deletion integration/kotlinx-coroutines-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
</externalDocumentationLinks>
<skip>false</skip>
Expand Down
2 changes: 1 addition & 1 deletion integration/kotlinx-coroutines-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
</externalDocumentationLinks>
<skip>false</skip>
Expand Down
2 changes: 1 addition & 1 deletion integration/kotlinx-coroutines-quasar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>https://google.github.io/guava/releases/18.0/api/docs/</url>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<core.docs.url>https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/</core.docs.url>
<core.docs.file>core/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</core.docs.file>
</properties>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion reactive/kotlinx-coroutines-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>http:https://www.reactive-streams.org/reactive-streams-1.0.0-javadoc/</url>
Expand Down
2 changes: 1 addition & 1 deletion reactive/kotlinx-coroutines-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>https://projectreactor.io/docs/core/release/api/</url>
Expand Down
2 changes: 1 addition & 1 deletion reactive/kotlinx-coroutines-rx1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>http:https://reactivex.io/RxJava/1.x/javadoc/</url>
Expand Down
2 changes: 1 addition & 1 deletion reactive/kotlinx-coroutines-rx2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>http:https://reactivex.io/RxJava/javadoc/</url>
Expand Down
2 changes: 1 addition & 1 deletion ui/kotlinx-coroutines-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
<link>
<url>https://developer.android.com/reference/</url>
Expand Down
2 changes: 1 addition & 1 deletion ui/kotlinx-coroutines-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
</externalDocumentationLinks>
<skip>false</skip>
Expand Down
2 changes: 1 addition & 1 deletion ui/kotlinx-coroutines-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<externalDocumentationLinks combine.children="append">
<link>
<url>${core.docs.url}</url>
<packageListUrl>file:https:///${project.parent.basedir}/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</packageListUrl>
<packageListUrl>file:https:///${project.parent.basedir}/${core.docs.file}</packageListUrl>
</link>
</externalDocumentationLinks>
<skip>false</skip>
Expand Down

0 comments on commit a07ad64

Please sign in to comment.