Skip to content

Commit 0a1a058

Browse files
afloareavietj
authored andcommitted
Add automatic module names
Signed-off-by: afloarea <adrianfloarea07@yahoo.com> Use parent pom for custom manifest file Signed-off-by: afloarea <adrianfloarea07@yahoo.com>
1 parent 462d993 commit 0a1a058

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<tls.connection.uri/>
5757
<unix.socket.directory/>
5858
<unix.socket.port/>
59+
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
5960
<!-- We skip sources jar generation as we do it with the assembly plugin to have greater control over the content -->
6061
<source.skip>true</source.skip>
6162
<kotlin.version>1.3.0</kotlin.version>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Automatic-Module-Name: io.vertx.client.sql.db2
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Automatic-Module-Name: io.vertx.client.sql.mssql
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Automatic-Module-Name: io.vertx.client.sql.mysql
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Automatic-Module-Name: io.vertx.client.sql.pg
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Automatic-Module-Name: io.vertx.client.sql.templates
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Automatic-Module-Name: io.vertx.client.sql
2+

0 commit comments

Comments
 (0)