File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
org.springframework.boot.ide.branding Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 53
53
</executions >
54
54
</plugin >
55
55
56
+ <plugin >
57
+ <groupId >org.eclipse.tycho</groupId >
58
+ <artifactId >tycho-packaging-plugin</artifactId >
59
+ <version >${tycho-version} </version >
60
+ <configuration >
61
+ <format >yyyyMMddHHmm-'${p2.qualifier} '</format >
62
+ <archiveSite >false</archiveSite >
63
+ <archive >
64
+ <addMavenDescriptor >false</addMavenDescriptor >
65
+ </archive >
66
+ </configuration >
67
+ </plugin >
68
+
56
69
<plugin >
57
70
<groupId >org.eclipse.tycho</groupId >
58
71
<artifactId >tycho-p2-plugin</artifactId >
Original file line number Diff line number Diff line change 730
730
<version >${tycho-version} </version >
731
731
<configuration >
732
732
<format >yyyyMMddHHmm</format >
733
- <archiveSite >true </archiveSite >
733
+ <archiveSite >false </archiveSite >
734
734
<archive >
735
735
<addMavenDescriptor >false</addMavenDescriptor >
736
736
</archive >
You can’t perform that action at this time.
0 commit comments