IDEMPIERE-3687:remove setting of alpn/http2 out of core
This commit is contained in:
parent
902936fb34
commit
d7f53e51b4
|
@ -1,5 +1,5 @@
|
||||||
bin.includes = feature.xml
|
bin.includes = feature.xml
|
||||||
root=file:build.xml,file:setup.ini,file:extensions-priorty.properties,file:hazelcast-template.xml,file:../alpn-boot.jar
|
root=file:build.xml,file:setup.ini,file:extensions-priorty.properties,file:hazelcast-template.xml
|
||||||
root.folder.data=data
|
root.folder.data=data
|
||||||
root.folder.setup=setup
|
root.folder.setup=setup
|
||||||
root.folder.jettyhome=jettyhome
|
root.folder.jettyhome=jettyhome
|
||||||
|
|
|
@ -125,26 +125,6 @@
|
||||||
<overWriteSnapshots>true</overWriteSnapshots>
|
<overWriteSnapshots>true</overWriteSnapshots>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
|
||||||
<id>alpn.lib</id>
|
|
||||||
<phase>validate</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>copy</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<artifactItems>
|
|
||||||
<artifactItem>
|
|
||||||
<groupId>org.mortbay.jetty.alpn</groupId>
|
|
||||||
<artifactId>alpn-boot</artifactId>
|
|
||||||
<version>${jetty.alpn-boot.version}</version>
|
|
||||||
</artifactItem>
|
|
||||||
</artifactItems>
|
|
||||||
<outputDirectory>../</outputDirectory>
|
|
||||||
<stripVersion>true</stripVersion>
|
|
||||||
<overWriteReleases>true</overWriteReleases>
|
|
||||||
<overWriteSnapshots>true</overWriteSnapshots>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue