|
14 | 14 | See the License for the specific language governing permissions and |
15 | 15 | limitations under the License. |
16 | 16 | --> |
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>bin</id> |
21 | | - <formats> |
22 | | - <format>tar.gz</format> |
23 | | - <format>zip</format> |
24 | | - </formats> |
25 | | - <includeSiteDirectory>false</includeSiteDirectory> |
26 | | - <fileSets> |
27 | | - <fileSet> |
28 | | - <includes> |
29 | | - <include>LICENSE.txt</include> |
30 | | - <include>NOTICE.txt</include> |
31 | | - <include>RELEASE-NOTES.txt</include> |
32 | | - </includes> |
33 | | - </fileSet> |
34 | | - <fileSet> |
35 | | - <directory>target</directory> |
36 | | - <outputDirectory></outputDirectory> |
37 | | - <includes> |
38 | | - <include>*.jar</include> |
39 | | - </includes> |
40 | | - <fileMode>644</fileMode> |
41 | | - </fileSet> |
42 | | - <fileSet> |
43 | | - <directory>target/site/apidocs</directory> |
44 | | - <outputDirectory>apidocs</outputDirectory> |
45 | | - </fileSet> |
46 | | - </fileSets> |
| 17 | +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> |
| 19 | + <id>bin</id> |
| 20 | + <formats> |
| 21 | + <format>tar.gz</format> |
| 22 | + <format>zip</format> |
| 23 | + </formats> |
| 24 | + <includeSiteDirectory>false</includeSiteDirectory> |
| 25 | + <fileSets> |
| 26 | + <fileSet> |
| 27 | + <includes> |
| 28 | + <include>LICENSE.txt</include> |
| 29 | + <include>NOTICE.txt</include> |
| 30 | + <include>RELEASE-NOTES.txt</include> |
| 31 | + </includes> |
| 32 | + </fileSet> |
| 33 | + <fileSet> |
| 34 | + <directory>target</directory> |
| 35 | + <outputDirectory></outputDirectory> |
| 36 | + <includes> |
| 37 | + <include>*.jar</include> |
| 38 | + </includes> |
| 39 | + <fileMode>644</fileMode> |
| 40 | + </fileSet> |
| 41 | + <fileSet> |
| 42 | + <directory>target/site/apidocs</directory> |
| 43 | + <outputDirectory>apidocs</outputDirectory> |
| 44 | + </fileSet> |
| 45 | + </fileSets> |
47 | 46 | </assembly> |
0 commit comments