File tree Expand file tree Collapse file tree
repositories/org.eclipse.embedcdt-repository Expand file tree Collapse file tree Original file line number Diff line number Diff line change 239239 -->
240240 </configuration >
241241 </plugin >
242-
242+ <plugin >
243+ <groupId >org.eclipse.tycho</groupId >
244+ <artifactId >tycho-gpg-plugin</artifactId >
245+ <version >${tycho.version} </version >
246+ <executions >
247+ <execution >
248+ <id >pgpsigner</id >
249+ <goals >
250+ <goal >sign-p2-artifacts</goal >
251+ </goals >
252+ <configuration >
253+ <keyname >01727E9DB95289B9</keyname >
254+ <skipIfJarsigned >false</skipIfJarsigned >
255+ </configuration >
256+ </execution >
257+ </executions >
258+ </plugin >
243259 </plugins >
244260 </pluginManagement >
245261 </build >
262278 </execution >
263279 </executions >
264280 </plugin >
265- <plugin >
266- <groupId >org.eclipse.tycho</groupId >
267- <artifactId >tycho-gpg-plugin</artifactId >
268- <version >${tycho.version} </version >
269- <executions >
270- <execution >
271- <id >pgpsigner</id >
272- <goals >
273- <goal >sign-p2-artifacts</goal >
274- </goals >
275- <configuration >
276- <keyname >01727E9DB95289B9</keyname >
277- <skipIfJarsigned >false</skipIfJarsigned >
278- </configuration >
279- </execution >
280- </executions >
281- </plugin >
282281 </plugins >
283282 </build >
284283 </profile >
Original file line number Diff line number Diff line change 3333 <name >Embedded C/C++ Repository</name >
3434
3535 <url >https://projects.eclipse.org/projects/iot.embed-cdt/</url >
36+
37+ <profiles >
38+ <profile >
39+ <id >production</id >
40+ <build >
41+ <plugins >
42+ <plugin >
43+ <groupId >org.eclipse.tycho</groupId >
44+ <artifactId >tycho-gpg-plugin</artifactId >
45+ </plugin >
46+ </plugins >
47+ </build >
48+ </profile >
49+ </profiles >
50+
3651</project >
You can’t perform that action at this time.
0 commit comments