瀏覽代碼

add Automatic-Module-Name into pf4j.jar (#275)

Thanks!
tags/release-2.6.0
Andreas Rudolph 5 年之前
父節點
當前提交
0783532089
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. 11
    0
      pf4j/pom.xml

+ 11
- 0
pf4j/pom.xml 查看文件

@@ -23,6 +23,17 @@
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.pf4j</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>


Loading…
取消
儲存