You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/03/30 03:04:46 UTC

[incubator-iotdb] branch site updated: add publish

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/site by this push:
     new 326a602  add publish
326a602 is described below

commit 326a602e00bd4e31d21f1a7d430a2869fb4ae0e5
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Mar 30 11:04:27 2020 +0800

    add publish
---
 site/pom.xml | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/site/pom.xml b/site/pom.xml
index 267853b..6d0aa35 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -31,14 +31,12 @@
     <properties>
         <frontend-maven-plugin.version>1.9.1</frontend-maven-plugin.version>
     </properties>
-
     <distributionManagement>
         <site>
             <id>apache.website</id>
             <url>scm:git:https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git</url>
         </site>
     </distributionManagement>
-
     <build>
         <plugins>
             <!-- copy source codes into vue required folders-->
@@ -268,7 +266,7 @@
                 <version>1.9.1</version>
                 <configuration>
                     <installDirectory>${project.build.directory}/tools</installDirectory>
-                    <workingDirectory>${project.build.directory}/vue-source/src</workingDirectory>
+                    <workingDirectory>${project.build.directory}/vue-source</workingDirectory>
                 </configuration>
                 <executions>
                     <execution>
@@ -318,17 +316,17 @@
                     <scmBranch>asf-site</scmBranch>
                 </configuration>
             </plugin>
-<!--            <plugin>-->
-<!--                <groupId>org.simplify4u.plugins</groupId>-->
-<!--                <artifactId>sitemapxml-maven-plugin</artifactId>-->
-<!--                <executions>-->
-<!--                    <execution>-->
-<!--                        <goals>-->
-<!--                            <goal>gen</goal>-->
-<!--                        </goals>-->
-<!--                    </execution>-->
-<!--                </executions>-->
-<!--            </plugin>-->
+            <!--            <plugin>-->
+            <!--                <groupId>org.simplify4u.plugins</groupId>-->
+            <!--                <artifactId>sitemapxml-maven-plugin</artifactId>-->
+            <!--                <executions>-->
+            <!--                    <execution>-->
+            <!--                        <goals>-->
+            <!--                            <goal>gen</goal>-->
+            <!--                        </goals>-->
+            <!--                    </execution>-->
+            <!--                </executions>-->
+            <!--            </plugin>-->
         </plugins>
     </build>
 </project>