fixed up the pom so that we can do "mvn site:deploy" in the website project to redeploy the API docs
This commit is contained in:
+12
-14
@@ -83,19 +83,19 @@
|
||||
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-scm</artifactId>
|
||||
<version>2.2</version>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-gitexe</artifactId>
|
||||
<version>1.3</version>
|
||||
</extension>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-manager-plexus</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.3</version>
|
||||
</extension>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-gitexe</artifactId>
|
||||
<version>1.6</version>
|
||||
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
|
||||
<artifactId>wagon-gitsite</artifactId>
|
||||
<version>0.3.1</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
@@ -104,17 +104,15 @@
|
||||
<!--
|
||||
To deploy this add this to your ~/.m2/settings.xml
|
||||
|
||||
<server>
|
||||
<id>github-project-site</id>
|
||||
<username>git</username>
|
||||
<scmVersionType>branch</scmVersionType>
|
||||
<scmVersion>gh-pages</scmVersion>
|
||||
</server>
|
||||
<server>
|
||||
<id>github-project-site</id>
|
||||
<username>git</username>
|
||||
</server>
|
||||
-->
|
||||
|
||||
<site>
|
||||
<id>github-project-site</id>
|
||||
<url>scm:git:ssh://git@github.com/JetBrains/kotlin.git</url>
|
||||
<url>gitsite:git@github.com/JetBrains/kotlin.git</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user