Skip to content

Commit c559219

Browse files
committed
#29 - Add Automatic-Module-Name: io.ebean.datasource
1 parent 96f82bb commit c559219

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,19 @@
7171

7272
</dependencies>
7373

74+
<build>
75+
<plugins>
76+
<plugin>
77+
<groupId>org.apache.maven.plugins</groupId>
78+
<artifactId>maven-jar-plugin</artifactId>
79+
<version>3.1.0</version>
80+
<configuration>
81+
<archive>
82+
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
83+
</archive>
84+
</configuration>
85+
</plugin>
86+
</plugins>
87+
</build>
88+
7489
</project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Manifest-Version: 1.0
2+
Automatic-Module-Name: io.ebean.datasource

0 commit comments

Comments
 (0)