Browse Source

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

Thanks!
pull/276/head
Andreas Rudolph 6 years ago committed by Decebal Suiu
parent
commit
0783532089
  1. 11
      pf4j/pom.xml

11
pf4j/pom.xml

@ -23,6 +23,17 @@
<compilerArgument>-proc:none</compilerArgument> <compilerArgument>-proc:none</compilerArgument>
</configuration> </configuration>
</plugin> </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> </plugins>
</build> </build>

Loading…
Cancel
Save