mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
Merge branch 'jetty-9.4.x'
This commit is contained in:
commit
814769637d
@ -366,7 +366,7 @@
|
||||
<descriptors>
|
||||
<descriptor>src/main/assembly/jetty-assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
<tarLongFileMode>gnu</tarLongFileMode>
|
||||
<tarLongFileMode>posix</tarLongFileMode>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -79,6 +79,10 @@ generateOrigin::
|
||||
If true, the origin attribute will be inserted into each element in quickstart-web.xml.
|
||||
Note that origin attributes will also be generated if debug log level is enabled.
|
||||
|
||||
____
|
||||
[NOTE]
|
||||
If you are using Spring-Boot you must set `generateOrigin` to true.
|
||||
____
|
||||
|
||||
The origin is either a descriptor eg web.xml,web-fragment.xml,override-web.xml file, or an annotation eg @WebServlet.
|
||||
For xml validation each attribute must be unique, and therefore an integer counter is appended to each value.
|
||||
|
@ -324,7 +324,7 @@
|
||||
<descriptors>
|
||||
<descriptor>src/main/assembly/jetty-assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
<tarLongFileMode>gnu</tarLongFileMode>
|
||||
<tarLongFileMode>posix</tarLongFileMode>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user