Explorar el Código

mark pf4j.jar as multi release library (#305)

tags/release-3.0.0
Andreas Rudolph hace 5 años
padre
commit
b808c2da4d
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      pf4j/pom.xml

+ 11
- 0
pf4j/pom.xml Ver fichero

@@ -52,6 +52,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>


Cargando…
Cancelar
Guardar