Skip to content

Commit

Permalink
Add automatic module name
Browse files Browse the repository at this point in the history
Signed-off-by: afloarea <adrianfloarea07@yahoo.com>
  • Loading branch information
afloarea authored and vietj committed May 20, 2020
1 parent c7c69c9 commit 4e78fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

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

<dependencyManagement>
Expand Down
2 changes: 2 additions & 0 deletions 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.metrics.dropwizard

0 comments on commit 4e78fa1

Please sign in to comment.