Skip to content

Commit

Permalink
Remove manifest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 5, 2024
1 parent 76613d2 commit 7428c6e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions vertx-grpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC Client</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC Common</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpc-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC Docs</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpc-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC integration tests</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC Server</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpcio-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC/IO Client</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpcio-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC/IO Common</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-grpcio-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<name>Vert.x gRPC/IO Server</name>

<properties>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down

0 comments on commit 7428c6e

Please sign in to comment.