File tree 2 files changed +43
-2
lines changed
2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 223
223
</plugin >
224
224
</plugins >
225
225
</build >
226
+ <profiles >
227
+ <profile >
228
+ <id >spdx</id >
229
+ <activation >
230
+ <jdk >11</jdk >
231
+ </activation >
232
+ <build >
233
+ <plugins >
234
+ <plugin >
235
+ <groupId >org.spdx</groupId >
236
+ <artifactId >spdx-maven-plugin</artifactId >
237
+ <version >0.7.3</version >
238
+ <executions >
239
+ <execution >
240
+ <id >build-spdx</id >
241
+ <goals >
242
+ <goal >createSPDX</goal >
243
+ </goals >
244
+ </execution >
245
+ </executions >
246
+ <configuration >
247
+ <useArtifactID >true</useArtifactID >
248
+ <includeTransitiveDependencies >false</includeTransitiveDependencies >
249
+ </configuration >
250
+ </plugin >
251
+ </plugins >
252
+ </build >
253
+ </profile >
254
+ </profiles >
226
255
</project >
Original file line number Diff line number Diff line change 274
274
<artifactId >build-helper-maven-plugin</artifactId >
275
275
<version >3.4.0</version >
276
276
</plugin >
277
+ <plugin >
278
+ <artifactId >maven-gpg-plugin</artifactId >
279
+ <version >3.0.1</version >
280
+ </plugin >
281
+ <plugin >
282
+ <groupId >dev.sigstore</groupId >
283
+ <artifactId >sigstore-maven-plugin</artifactId >
284
+ <version >0.4.0</version >
285
+ </plugin >
286
+ <plugin >
287
+ <groupId >org.spdx</groupId >
288
+ <artifactId >spdx-maven-plugin</artifactId >
289
+ <version >0.7.3</version >
290
+ </plugin >
277
291
</plugins >
278
292
</pluginManagement >
279
293
</build >
331
345
<plugin >
332
346
<groupId >dev.sigstore</groupId >
333
347
<artifactId >sigstore-maven-plugin</artifactId >
334
- <version >0.4.0</version >
335
348
<executions >
336
349
<execution >
337
350
<id >sign</id >
343
356
</plugin >
344
357
<plugin >
345
358
<artifactId >maven-gpg-plugin</artifactId >
346
- <version >3.0.1</version >
347
359
<executions >
348
360
<execution >
349
361
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments