提交 6bd3434b authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Add more entries to manifest during mvn build

上级 3fe51aed
......@@ -217,6 +217,23 @@
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<mainClass>org.h2.tools.Console</mainClass>
</manifest>
<manifestEntries>
<Automatic-Module-Name>com.h2database</Automatic-Module-Name>
<Multi-Release>true</Multi-Release>
<Premain-Class>org.h2.util.Profiler</Premain-Class>
</manifestEntries>
</archive>
</configuration>
</plugin>
<!-- Add tools folder to test sources but consider moving them to src/test -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论