This handler matches the files according to the given regular expression filePattern, aggregates their content, and stores the output in the assembly at the given outputPath. A sample descriptor which matches all file.txt files configured in the assembly and aggregates them, by appending their content, into a single file.txt located under the base directory of the assembly, is:<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
+This handler matches the files according to the given regular expression filePattern. It aggregates their content and stores the output in the assembly at the given outputPath. A sample descriptor which matches all file.txt files configured in the assembly and aggregates them into a single file.txt located under the base directory of the assembly is:<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
....
@@ -89,12 +88,12 @@ The plugin comes with several handlers already defined.
</assembly>