|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
1 | 2 | <!-- |
2 | | - Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | +Licensed to the Apache Software Foundation (ASF) under one or more |
3 | 4 | contributor license agreements. See the NOTICE file distributed with |
4 | 5 | this work for additional information regarding copyright ownership. |
5 | 6 | The ASF licenses this file to You under the Apache License, Version 2.0 |
|
14 | 15 | See the License for the specific language governing permissions and |
15 | 16 | limitations under the License. |
16 | 17 | --> |
17 | | -<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" |
18 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
19 | | - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> |
20 | | - <id>src</id> |
21 | | - <formats> |
22 | | - <format>tar.gz</format> |
23 | | - <format>zip</format> |
24 | | - </formats> |
25 | | - <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory> |
26 | | - <fileSets> |
27 | | - <fileSet> |
28 | | - <includes> |
29 | | - <include>LICENSE.txt</include> |
30 | | - <include>NOTICE.txt</include> |
31 | | - <include>pom.xml</include> |
32 | | - <include>RELEASE-NOTES*.txt</include> |
33 | | - <include>TODO</include> |
34 | | - </includes> |
35 | | - </fileSet> |
36 | | - <fileSet> |
37 | | - <directory>src</directory> |
38 | | - </fileSet> |
39 | | - </fileSets> |
| 18 | +<assembly |
| 19 | + xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" |
| 20 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> |
| 22 | + <id>src</id> |
| 23 | + <formats> |
| 24 | + <format>tar.gz</format> |
| 25 | + <format>zip</format> |
| 26 | + </formats> |
| 27 | + <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory> |
| 28 | + <fileSets> |
| 29 | + <fileSet> |
| 30 | + <includes> |
| 31 | + <include>BUILDING.txt</include> |
| 32 | + <include>CODE_OF_CONDUCT.md</include> |
| 33 | + <include>CONTRIBUTING.md</include> |
| 34 | + <include>LICENSE.txt</include> |
| 35 | + <include>NOTICE.txt</include> |
| 36 | + <include>pom.xml</include> |
| 37 | + <include>README.md</include> |
| 38 | + <include>RELEASE-NOTES.txt</include> |
| 39 | + <include>SECURITY.md</include> |
| 40 | + </includes> |
| 41 | + </fileSet> |
| 42 | + <fileSet> |
| 43 | + <directory>src</directory> |
| 44 | + </fileSet> |
| 45 | + </fileSets> |
40 | 46 | </assembly> |
0 commit comments