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 5353 </executions >
5454 </plugin >
5555
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+
5669 <plugin >
5770 <groupId >org.eclipse.tycho</groupId >
5871 <artifactId >tycho-p2-plugin</artifactId >
Original file line number Diff line number Diff line change 730730 <version >${tycho-version} </version >
731731 <configuration >
732732 <format >yyyyMMddHHmm</format >
733- <archiveSite >true </archiveSite >
733+ <archiveSite >false </archiveSite >
734734 <archive >
735735 <addMavenDescriptor >false</addMavenDescriptor >
736736 </archive >
You can’t perform that action at this time.
0 commit comments