|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
| 3 | + <id>package</id> |
3 | 4 | <formats> |
4 | | - <format>tar.gz</format> |
| 5 | + <format>zip</format> |
5 | 6 | </formats> |
6 | 7 | <includeBaseDirectory>false</includeBaseDirectory> |
7 | 8 | <fileSets> |
8 | | - <!-- Add all vitam-external rpm --> |
| 9 | + |
| 10 | + <!-- Resip --> |
9 | 11 | <fileSet> |
10 | | - <directory>../resip/windows</directory> |
11 | | - <outputDirectory></outputDirectory> |
12 | | - <excludes> |
13 | | - <exclude>VitamIcon.ico</exclude> |
14 | | - <exclude>resipIHM.png</exclude> |
15 | | - </excludes> |
| 12 | + <directory>../resip/target</directory> |
| 13 | + <outputDirectory>resip/</outputDirectory> |
| 14 | + <includes> |
| 15 | + <include>Resip.exe</include> |
| 16 | + <include>resip-${project.version}-shaded.jar</include> |
| 17 | + </includes> |
16 | 18 | </fileSet> |
17 | 19 | <fileSet> |
18 | | - <directory>../doc</directory> |
19 | | - <outputDirectory>/doc</outputDirectory> |
| 20 | + <directory>../resip/windows</directory> |
| 21 | + <outputDirectory>resip/</outputDirectory> |
| 22 | + <includes> |
| 23 | + <include>Resip.bat</include> |
| 24 | + </includes> |
20 | 25 | </fileSet> |
21 | | - <!-- Add "native" vitam-product rpm --> |
22 | 26 | <fileSet> |
23 | 27 | <directory>../resip/src/test/resources/PacketSamples/</directory> |
24 | | - <outputDirectory>config/</outputDirectory> |
| 28 | + <outputDirectory>resip/config/</outputDirectory> |
25 | 29 | <includes> |
26 | 30 | <include>**/ExportContext.config</include> |
27 | 31 | </includes> |
28 | | - <!-- <excludes> |
29 | | - <exclude>**/vitam-gatling-*.rpm</exclude> |
30 | | - </excludes> --> |
31 | | - </fileSet> |
32 | | - </fileSets> |
33 | | - <dependencySets> |
34 | | - <!-- Add documentation files --> |
35 | | - <dependencySet> |
36 | | - <outputDirectory>/</outputDirectory> |
37 | | - <unpack>false</unpack> |
| 32 | + </fileSet> |
| 33 | + <fileSet> |
| 34 | + <directory>../resip/doc</directory> |
| 35 | + <outputDirectory>resip/doc</outputDirectory> |
| 36 | + </fileSet> |
| 37 | + |
| 38 | + <!-- TestFileGenerator --> |
| 39 | + <fileSet> |
| 40 | + <directory>../testsipgenerator/target</directory> |
| 41 | + <outputDirectory>testsipgenerator/</outputDirectory> |
| 42 | + <includes> |
| 43 | + <include>TestFileGenerator.exe</include> |
| 44 | + <include>testsipgenerator-${project.version}-shaded.jar</include> |
| 45 | + </includes> |
| 46 | + </fileSet> |
| 47 | + |
| 48 | + <!-- MailExtractor --> |
| 49 | + <fileSet> |
| 50 | + <directory>../mailextract/target</directory> |
| 51 | + <outputDirectory>mailextract/</outputDirectory> |
38 | 52 | <includes> |
39 | | - <include>fr.gouv.vitam.tools:resip:*</include> |
| 53 | + <include>MailExtract.exe</include> |
| 54 | + <include>MailExtractCmd.exe</include> |
| 55 | + <include>mailextract-${project.version}-shaded.jar</include> |
40 | 56 | </includes> |
41 | | - </dependencySet> |
42 | | - </dependencySets> |
| 57 | + </fileSet> |
| 58 | + |
| 59 | + </fileSets> |
43 | 60 | </assembly> |
0 commit comments