Browse Source

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

Thanks!
tags/release-2.6.0
Andreas Rudolph 5 years ago
parent
commit
0783532089
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      pf4j/pom.xml

+ 11
- 0
pf4j/pom.xml View File

@@ -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…
Cancel
Save