Skip to content

Commit

Permalink
Add automatic module names
Browse files Browse the repository at this point in the history
Signed-off-by: afloarea <[email protected]>

Use parent pom for custom manifest file

Signed-off-by: afloarea <[email protected]>
  • Loading branch information
afloarea authored and vietj committed May 19, 2020
1 parent 462d993 commit 0a1a058
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<tls.connection.uri/>
<unix.socket.directory/>
<unix.socket.port/>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
<!-- We skip sources jar generation as we do it with the assembly plugin to have greater control over the content -->
<source.skip>true</source.skip>
<kotlin.version>1.3.0</kotlin.version>
Expand Down
2 changes: 2 additions & 0 deletions vertx-db2-client/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.client.sql.db2

2 changes: 2 additions & 0 deletions vertx-mssql-client/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.client.sql.mssql

2 changes: 2 additions & 0 deletions vertx-mysql-client/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.client.sql.mysql

2 changes: 2 additions & 0 deletions vertx-pg-client/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.client.sql.pg

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.client.sql.templates

2 changes: 2 additions & 0 deletions vertx-sql-client/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.client.sql

0 comments on commit 0a1a058

Please sign in to comment.