diff --git a/libraries/docs/website/pom.xml b/libraries/docs/website/pom.xml
index 2186d0cfd54d5..bb5de81dcd88e 100644
--- a/libraries/docs/website/pom.xml
+++ b/libraries/docs/website/pom.xml
@@ -1,131 +1,113 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0%20http://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">
- 4.0.0
+ 4.0.0
-
- org.jetbrains.kotlin
- kotlin-project
- 0.1-SNAPSHOT
- ../../pom.xml
-
+
+ org.jetbrains.kotlin
+ kotlin-project
+ 0.1-SNAPSHOT
+ ../../pom.xml
+
- website
- pom
+ website
+ pom
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${project.version}
-
-
- org.jetbrains.kotlin
- apidoc
- ${project.version}
-
-
- org.pegdown
- pegdown
- ${pegdown.version}
-
-
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ ${project.version}
+
+
+ org.jetbrains.kotlin
+ apidoc
+ ${project.version}
+
+
+ org.pegdown
+ pegdown
+ ${pegdown.version}
+
+
-
- src/main/kotlin
+
+ src/main/kotlin
-
-
- org.jetbrains.kotlin
- kotlin-maven-plugin
- ${project.version}
+
+
+ org.jetbrains.kotlin
+ kotlin-maven-plugin
+ ${project.version}
-
-
- compile
- compile
-
- compile
-
-
-
-
+
+
+ compile
+ compile
+
+ compile
+
+
+
+
-
- org.codehaus.mojo
- exec-maven-plugin
- 1.2.1
-
-
- prepare-package
- prepare-package
-
- java
-
-
-
-
- org.jetbrains.kotlin.site.SitePackage
-
- ${basedir}
-
-
-
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 1.2.1
+
+
+ prepare-package
+ prepare-package
+
+ java
+
+
+
+
+ org.jetbrains.kotlin.site.SitePackage
+
+ ${basedir}
+
+
+
-
- maven-assembly-plugin
- 2.2.1
-
-
- src/main/assembly/zip.xml
-
-
-
-
- make-zip
- package
-
- single
-
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 3.3
+
+ true
+
+
-
-
- org.apache.maven.scm
- maven-scm-provider-gitexe
- 1.6
-
-
- org.apache.maven.scm
- maven-scm-manager-plexus
- 1.6
-
-
- com.github.stephenc.wagon
- wagon-gitsite
- 0.4.1
-
-
-
+
+ com.github.github
+ site-maven-plugin
+ 0.8
+
+ Update Kotlin API Docs (build ${build.number})
+ jetbrains-kotlin
+
+
+
+
+ site
+
+ site
+
+
+
+
-
-
+
+ https://github.com/bashor/kotlin
+ scm:git:git@github.com:bashor/kotlin.git
+ scm:git:git@github.com:bashor/kotlin.git
+
-
- github-project-site
- gitsite:git@github.com/JetBrains/kotlin.git
-
-
diff --git a/libraries/maven-settings.xml b/libraries/maven-settings.xml
index 879b3c2e3350b..9ee2586daa7db 100644
--- a/libraries/maven-settings.xml
+++ b/libraries/maven-settings.xml
@@ -3,20 +3,20 @@
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-
- central
- repo
- http://repository.jetbrains.com/remote-repos
- repo
-
-
+
+
+ central
+ repo
+ http://repository.jetbrains.com/remote-repos
+ repo
+
+
-
-
- jetbrains-kotlin
- tc-kotlin
- ${tc-kotlin.password}
-
-
+
+
+ jetbrains-kotlin
+
+ ${KOTLIN_GITHUB_OAUTH}
+
+