File tree Expand file tree Collapse file tree 3 files changed +19
-28
lines changed
org.eclipse.linuxtools.docker-site
org.eclipse.linuxtools.releng-site Expand file tree Collapse file tree 3 files changed +19
-28
lines changed Original file line number Diff line number Diff line change 258258 </dependency >
259259 </dependencies >
260260 </plugin >
261+ <plugin >
262+ <groupId >org.eclipse.tycho</groupId >
263+ <artifactId >tycho-gpg-plugin</artifactId >
264+ <version >${tycho-version} </version >
265+ <executions >
266+ <execution >
267+ <id >pgpsigner</id >
268+ <goals >
269+ <goal >sign-p2-artifacts</goal >
270+ </goals >
271+ <configuration >
272+ <keyname >F5CBCFD82F07D82E</keyname >
273+ <skipIfJarsigned >false</skipIfJarsigned >
274+ </configuration >
275+ </execution >
276+ </executions >
277+ </plugin >
261278 <plugin >
262279 <groupId >org.apache.maven.plugins</groupId >
263280 <artifactId >maven-resources-plugin</artifactId >
Original file line number Diff line number Diff line change 5757 </build >
5858 <profiles >
5959 <profile >
60- <id >build-server </id >
60+ <id >sign </id >
6161 <build >
6262 <plugins >
6363 <plugin >
6464 <groupId >org.eclipse.tycho</groupId >
6565 <artifactId >tycho-gpg-plugin</artifactId >
66- <version >${tycho-version} </version >
67- <executions >
68- <execution >
69- <id >pgpsigner</id >
70- <goals >
71- <goal >sign-p2-artifacts</goal >
72- </goals >
73- <configuration >
74- <keyname >F5CBCFD82F07D82E</keyname >
75- <skipIfJarsigned >false</skipIfJarsigned >
76- </configuration >
77- </execution >
78- </executions >
7966 </plugin >
8067 </plugins >
8168 </build >
Original file line number Diff line number Diff line change 5757 </build >
5858 <profiles >
5959 <profile >
60- <id >build-server </id >
60+ <id >sign </id >
6161 <build >
6262 <plugins >
6363 <plugin >
6464 <groupId >org.eclipse.tycho</groupId >
6565 <artifactId >tycho-gpg-plugin</artifactId >
66- <version >${tycho-version} </version >
67- <executions >
68- <execution >
69- <id >pgpsigner</id >
70- <goals >
71- <goal >sign-p2-artifacts</goal >
72- </goals >
73- <configuration >
74- <keyname >F5CBCFD82F07D82E</keyname >
75- <skipIfJarsigned >false</skipIfJarsigned >
76- </configuration >
77- </execution >
78- </executions >
7966 </plugin >
8067 </plugins >
8168 </build >
You can’t perform that action at this time.
0 commit comments