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 222
222
</plugin >
223
223
</plugins >
224
224
</build >
225
+ <profiles >
226
+ <profile >
227
+ <id >spdx</id >
228
+ <activation >
229
+ <jdk >11</jdk >
230
+ </activation >
231
+ <build >
232
+ <plugins >
233
+ <plugin >
234
+ <groupId >org.spdx</groupId >
235
+ <artifactId >spdx-maven-plugin</artifactId >
236
+ <version >0.7.3</version >
237
+ <executions >
238
+ <execution >
239
+ <id >build-spdx</id >
240
+ <goals >
241
+ <goal >createSPDX</goal >
242
+ </goals >
243
+ </execution >
244
+ </executions >
245
+ <configuration >
246
+ <useArtifactID >true</useArtifactID >
247
+ <includeTransitiveDependencies >false</includeTransitiveDependencies >
248
+ </configuration >
249
+ </plugin >
250
+ </plugins >
251
+ </build >
252
+ </profile >
253
+ </profiles >
225
254
</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