Skip to content

Commit

Permalink
Delete JAVA native interface installation method (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
W1y1r authored Dec 4, 2024
1 parent fe5c407 commit f76a0ff
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 72 deletions.
4 changes: 0 additions & 4 deletions src/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl iotdb-client/session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
4 changes: 0 additions & 4 deletions src/UserGuide/V0.13.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
3 changes: 0 additions & 3 deletions src/UserGuide/V1.0.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
4 changes: 0 additions & 4 deletions src/UserGuide/V1.1.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
3 changes: 0 additions & 3 deletions src/UserGuide/V1.2.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl iotdb-client/session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
3 changes: 0 additions & 3 deletions src/UserGuide/V1.3.0-2/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl iotdb-client/session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
4 changes: 0 additions & 4 deletions src/UserGuide/latest/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### How to install

In root directory:
> mvn clean install -pl iotdb-client/session -am -DskipTests

### Using IoTDB Java Native API with Maven

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### 安装方法

在根目录下运行:

```shell
mvn clean install -pl iotdb-client/session -am -DskipTests
```

### 在 MAVEN 中使用原生接口

Expand Down
8 changes: 0 additions & 8 deletions src/zh/UserGuide/V0.13.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### 安装方法

在根目录下运行:

```shell
mvn clean install -pl session -am -Dmaven.test.skip=true
```

### 在 MAVEN 中使用原生接口

```xml
Expand Down
6 changes: 0 additions & 6 deletions src/zh/UserGuide/V1.0.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@
* JDK >= 1.8
* Maven >= 3.6

### 安装方法

在根目录下运行:

```shell
mvn clean install -pl session -am -DskipTests
```

### 在 MAVEN 中使用原生接口

Expand Down
6 changes: 0 additions & 6 deletions src/zh/UserGuide/V1.1.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
* JDK >= 1.8
* Maven >= 3.6

#### 安装方法

在根目录下运行:

```shell
mvn clean install -pl session -am -DskipTests
```

#### 在 MAVEN 中使用原生接口

Expand Down
6 changes: 0 additions & 6 deletions src/zh/UserGuide/V1.2.x/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@
* JDK >= 1.8
* Maven >= 3.6

### 安装方法

在根目录下运行:

```shell
mvn clean install -pl iotdb-client/session -am -DskipTests
```

### 在 MAVEN 中使用原生接口

Expand Down
6 changes: 0 additions & 6 deletions src/zh/UserGuide/V1.3.0-2/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@
* JDK >= 1.8
* Maven >= 3.6

### 安装方法

在根目录下运行:

```shell
mvn clean install -pl iotdb-client/session -am -DskipTests
```

### 在 MAVEN 中使用原生接口

Expand Down
8 changes: 0 additions & 8 deletions src/zh/UserGuide/latest/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
* JDK >= 1.8
* Maven >= 3.6

### 安装方法

在根目录下运行:

```shell
mvn clean install -pl iotdb-client/session -am -DskipTests
```

### 在 MAVEN 中使用原生接口

```xml
Expand Down

0 comments on commit f76a0ff

Please sign in to comment.