File tree Expand file tree Collapse file tree 3 files changed +12
-29
lines changed Expand file tree Collapse file tree 3 files changed +12
-29
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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 https://maven.apache.org/xsd/assembly-1 .1.2 .xsd" >
2
+ <assembly xmlns =" http://maven.apache.org/ASSEMBLY/2 .1.1 " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2 .1.1 https://maven.apache.org/xsd/assembly-2 .1.1 .xsd" >
3
3
<id >docs</id >
4
4
<formats >
5
5
<format >dir</format >
18
18
<include >readme.txt</include >
19
19
</includes >
20
20
<outputDirectory />
21
+ <fileMode >0664</fileMode >
22
+ <directoryMode >0775</directoryMode >
21
23
</fileSet >
22
24
<fileSet >
23
25
<!--
26
28
-->
27
29
<directory >target/site/reference/html</directory >
28
30
<outputDirectory >reference/html</outputDirectory >
31
+ <fileMode >0664</fileMode >
32
+ <directoryMode >0775</directoryMode >
29
33
</fileSet >
30
34
<fileSet >
31
35
<!--
37
41
<include >index.pdf</include >
38
42
</includes >
39
43
<outputDirectory >reference/pdf</outputDirectory >
44
+ <fileMode >0664</fileMode >
45
+ <directoryMode >0775</directoryMode >
40
46
</fileSet >
41
47
<fileSet >
42
48
<!--
48
54
<include >index.epub</include >
49
55
</includes >
50
56
<outputDirectory >reference/epub</outputDirectory >
57
+ <fileMode >0664</fileMode >
58
+ <directoryMode >0775</directoryMode >
51
59
</fileSet >
52
60
<fileSet >
53
61
<!--
56
64
-->
57
65
<directory >target/site/apidocs</directory >
58
66
<outputDirectory >api</outputDirectory >
67
+ <fileMode >0664</fileMode >
68
+ <directoryMode >0775</directoryMode >
59
69
</fileSet >
60
70
</fileSets >
61
71
</assembly >
Original file line number Diff line number Diff line change 442
442
<buildName >spring-ws</buildName >
443
443
<buildUrl >{{BUILD_URL}}</buildUrl >
444
444
</buildInfo >
445
- <deployProperties >
446
- <zip .name>spring-ws</zip .name>
447
- <zip .displayname>spring-ws</zip .displayname>
448
- <zip .deployed>false</zip .deployed>
449
- <zip .type>docs</zip .type>
450
- <archives >*:*:*:*@zip</archives >
451
- </deployProperties >
452
445
<publisher >
453
446
<contextUrl >https://repo.spring.io</contextUrl >
454
447
<username >{{ARTIFACTORY_USR}}</username >
485
478
<buildName >spring-ws</buildName >
486
479
<buildUrl >{{BUILD_URL}}</buildUrl >
487
480
</buildInfo >
488
- <deployProperties >
489
- <zip .name>spring-ws</zip .name>
490
- <zip .displayname>spring-ws</zip .displayname>
491
- <zip .deployed>false</zip .deployed>
492
- <zip .type>docs</zip .type>
493
- <archives >*:*:*:*@zip</archives >
494
- </deployProperties >
495
481
<publisher >
496
482
<contextUrl >https://repo.spring.io</contextUrl >
497
483
<username >{{ARTIFACTORY_USR}}</username >
726
712
<plugin >
727
713
<groupId >org.apache.maven.plugins</groupId >
728
714
<artifactId >maven-assembly-plugin</artifactId >
715
+ <version >3.5.0</version >
729
716
<executions >
730
717
<execution >
731
718
<id >docs</id >
Original file line number Diff line number Diff line change 147
147
<buildName >spring-ws</buildName >
148
148
<buildUrl >{{BUILD_URL}}</buildUrl >
149
149
</buildInfo >
150
- <deployProperties >
151
- <zip .name>spring-ws</zip .name>
152
- <zip .displayname>spring-ws</zip .displayname>
153
- <zip .deployed>false</zip .deployed>
154
- <zip .type>docs</zip .type>
155
- <archives >*:*:*:*@zip</archives >
156
- </deployProperties >
157
150
<publisher >
158
151
<contextUrl >https://repo.spring.io</contextUrl >
159
152
<username >{{ARTIFACTORY_USR}}</username >
190
183
<buildName >spring-ws</buildName >
191
184
<buildUrl >{{BUILD_URL}}</buildUrl >
192
185
</buildInfo >
193
- <deployProperties >
194
- <zip .name>spring-ws</zip .name>
195
- <zip .displayname>spring-ws</zip .displayname>
196
- <zip .deployed>false</zip .deployed>
197
- <zip .type>docs</zip .type>
198
- <archives >*:*:*:*@zip</archives >
199
- </deployProperties >
200
186
<publisher >
201
187
<contextUrl >https://repo.spring.io</contextUrl >
202
188
<username >{{ARTIFACTORY_USR}}</username >
You can’t perform that action at this time.
0 commit comments