11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
4+ Copyright (c) 2022, 2026 Oracle and/or its affiliates. All rights reserved.
55
66 This program and the accompanying materials are made available under the
77 terms of the Eclipse Public License v. 2.0, which is available at
1717
1818-->
1919
20- <assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21- xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd" >
20+ <assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.1.0"
21+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22+ xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd" >
23+
2224 <id >distribution</id >
23- <baseDirectory >jsonb-tck</baseDirectory >
2425 <formats >
2526 <format >zip</format >
2627 </formats >
2728
2829 <files >
2930 <!-- license -->
3031 <file >
31- <source >${project.basedir}/ src/main/resources/LICENSE_${license}.md</source >
32+ <source >src/main/resources/LICENSE_${license}.md</source >
3233 <destName >LICENSE.md</destName >
3334 </file >
35+ <!-- The readme included in the distribution zip -->
36+ <file >
37+ <source >src/main/readme/README.md</source >
38+ <destName >README.md</destName >
39+ </file >
3440 </files >
3541 <fileSets >
42+ <!-- The artifacts -->
3643 <fileSet >
37- <directory >${project.build.scriptSourceDirectory} </directory >
44+ <directory >src/main/artifacts </directory >
3845 <outputDirectory >artifacts</outputDirectory >
3946 <fileMode >755</fileMode >
4047 <includes >
4148 <include >**/*.sh</include >
4249 </includes >
4350 </fileSet >
51+ <!-- The docs -->
52+ <fileSet >
53+ <directory >target/generated-docs</directory >
54+ <outputDirectory >/docs</outputDirectory >
55+ <includes >
56+ <include >**/*.html</include >
57+ <include >**/*.pdf</include >
58+ </includes >
59+ </fileSet >
60+ <!-- The starter -->
4461 <fileSet >
45- <directory >${project.basedir}/ src/main/bin</directory >
62+ <directory >src/main/bin</directory >
4663 <outputDirectory >bin</outputDirectory >
4764 <includes >
4865 <include >**/*.xml</include >
5976 <outputDirectory >artifacts</outputDirectory >
6077 <useProjectArtifact >false</useProjectArtifact >
6178 </dependencySet >
62- <dependencySet >
63- <includes >
64- <include >jakarta.json.bind:jakarta.json.bind-tck-ug</include >
65- </includes >
66- <unpack >true</unpack >
67- <outputDirectory >.</outputDirectory >
68- </dependencySet >
6979 </dependencySets >
70-
71- </assembly >
80+ </assembly >
0 commit comments