mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
replace config extraction
This commit is contained in:
parent
f8b5c0040d
commit
cbc820a272
@ -201,6 +201,20 @@
|
|||||||
<outputDirectory>${assembly-directory}/lib/jsp</outputDirectory>
|
<outputDirectory>${assembly-directory}/lib/jsp</outputDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>unpack-config-deps</id>
|
||||||
|
<phase>generate-resources</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>unpack-dependencies</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<includeGroupIds>org.eclipse.jetty</includeGroupIds>
|
||||||
|
<classifier>config</classifier>
|
||||||
|
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
|
||||||
|
<excludes>META-INF/**</excludes>
|
||||||
|
<outputDirectory>${assembly-directory}</outputDirectory>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-lib-monitor-deps</id>
|
<id>copy-lib-monitor-deps</id>
|
||||||
<phase>generate-resources</phase>
|
<phase>generate-resources</phase>
|
||||||
@ -406,7 +420,7 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-lib-spdy-deps</id>
|
<id>copy-lib-spdy-deps</id>
|
||||||
<phase>generate-resources</phase>
|
<phase>process-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy-dependencies</goal>
|
<goal>copy-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
@ -418,7 +432,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-spdy</id>
|
<id>copy-spdy</id>
|
||||||
<phase>generate-resources</phase>
|
<phase>process-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy</goal>
|
<goal>copy</goal>
|
||||||
</goals>
|
</goals>
|
||||||
@ -439,7 +453,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>unpack-spdy</id>
|
<id>unpack-spdy</id>
|
||||||
<phase>generate-resources</phase>
|
<phase>process-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>unpack-dependencies</goal>
|
<goal>unpack-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user