We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f82bb commit c559219Copy full SHA for c559219
2 files changed
pom.xml
@@ -71,4 +71,19 @@
71
72
</dependencies>
73
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
+
89
</project>
src/main/resources/META-INF/MANIFEST.MF
@@ -0,0 +1,2 @@
1
+Manifest-Version: 1.0
2
+Automatic-Module-Name: io.ebean.datasource
0 commit comments