Skip to content

Commit

Permalink
Clean-up grpc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 15, 2024
1 parent e4ad6d1 commit 8e08590
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions stack-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,70 +1041,31 @@
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-common</artifactId>
<version>${vertx.docs.version}</version>
<classifier>docs</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-common</artifactId>
<version>${vertx.docs.version}</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-client</artifactId>
<version>${vertx.docs.version}</version>
<classifier>docs</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-client</artifactId>
<version>${vertx.docs.version}</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-server</artifactId>
<version>${vertx.docs.version}</version>
<classifier>docs</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-server</artifactId>
<version>${vertx.docs.version}</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-context-storage</artifactId>
<version>${vertx.docs.version}</version>
<classifier>docs</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-context-storage</artifactId>
<version>${vertx.docs.version}</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-protoc-plugin2</artifactId>
<version>${vertx.docs.version}</version>
<classifier>docs</classifier>
<type>zip</type>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-docs</artifactId>
Expand Down Expand Up @@ -1416,20 +1377,6 @@
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc</artifactId>
<version>${vertx.docs.version}</version>
<classifier>docs</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc</artifactId>
<version>${vertx.docs.version}</version>
<classifier>sources</classifier>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-json-schema</artifactId>
Expand Down Expand Up @@ -1821,21 +1768,6 @@
<copy todir="${project.build.directory}/docs/vertx-uri-template/">
<fileset dir="${project.build.directory}/work/vertx-uri-template-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc/">
<fileset dir="${project.build.directory}/work/vertx-grpc-common-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc/">
<fileset dir="${project.build.directory}/work/vertx-grpc-server-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc/">
<fileset dir="${project.build.directory}/work/vertx-grpc-client-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc/">
<fileset dir="${project.build.directory}/work/vertx-grpc-context-storage-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc/">
<fileset dir="${project.build.directory}/work/vertx-grpc-protoc-plugin2-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc/">
<fileset dir="${project.build.directory}/work/vertx-grpc-docs-docs-zip"/>
</copy>
Expand Down Expand Up @@ -1917,9 +1849,6 @@
<copy todir="${project.build.directory}/docs/vertx-kafka-client/">
<fileset dir="${project.build.directory}/work/vertx-kafka-client-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-grpc-netty/">
<fileset dir="${project.build.directory}/work/vertx-grpc-docs-zip"/>
</copy>
<copy todir="${project.build.directory}/docs/vertx-lang-kotlin-coroutines/">
<fileset dir="${project.build.directory}/work/vertx-lang-kotlin-coroutines-docs-zip"/>
</copy>
Expand Down

0 comments on commit 8e08590

Please sign in to comment.