File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -309,8 +309,8 @@ public class MyCustomDescriptorHandler implements ContainerDescriptorHandler {
309309 <<<test.properties>>>. With the following descriptor format
310310
311311+-----
312- <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0 " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
313- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0 .xsd">
312+ <assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion} " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
313+ xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion} .xsd">
314314 <id>dist</id>
315315 <formats>
316316 <format>zip</format>
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ ${project.name}
115115
116116* Assembly and Component Descriptor Schemas (XSD)
117117
118+ * {{{/xsd/assembly-2.2.0.xsd}https://maven.apache.org/xsd/assembly-2.2.0.xsd}},
119+ {{{/xsd/assembly-component-2.2.0.xsd}https://maven.apache.org/xsd/assembly-component-2.2.0.xsd}} (for version 3.6.0 and higher)
120+
118121 * {{{/xsd/assembly-2.1.1.xsd}https://maven.apache.org/xsd/assembly-2.1.1.xsd}},
119122 {{{/xsd/assembly-component-2.1.1.xsd}https://maven.apache.org/xsd/assembly-component-2.1.1.xsd}} (for version 3.4.0 and higher)
120123
You can’t perform that action at this time.
0 commit comments