File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 249
249
</plugins >
250
250
</build >
251
251
<profiles >
252
+ <profile >
253
+ <id >spdx</id >
254
+ <activation >
255
+ <jdk >11</jdk >
256
+ </activation >
257
+ <build >
258
+ <plugins >
259
+ <plugin >
260
+ <groupId >org.spdx</groupId >
261
+ <artifactId >spdx-maven-plugin</artifactId >
262
+ <version >0.7.3</version >
263
+ <executions >
264
+ <execution >
265
+ <id >build-spdx</id >
266
+ <goals >
267
+ <goal >createSPDX</goal >
268
+ </goals >
269
+ </execution >
270
+ </executions >
271
+ <configuration >
272
+ <useArtifactID >true</useArtifactID >
273
+ <includeTransitiveDependencies >false</includeTransitiveDependencies >
274
+ </configuration >
275
+ </plugin >
276
+ </plugins >
277
+ </build >
278
+ </profile >
252
279
<profile >
253
280
<id >srczip-parent</id >
254
281
<activation >
255
282
<file >
256
283
<exists >${java.home} /../src.zip</exists >
257
284
</file >
285
+ <property >
286
+ <name >maven.javadoc.skip</name >
287
+ <value >false</value >
288
+ </property >
258
289
</activation >
259
290
<dependencies >
260
291
<dependency >
273
304
<file >
274
305
<exists >${java.home} /lib/src.zip</exists >
275
306
</file >
307
+ <property >
308
+ <name >maven.javadoc.skip</name >
309
+ <value >false</value >
310
+ </property >
276
311
</activation >
277
312
<dependencies >
278
313
<dependency >
You can’t perform that action at this time.
0 commit comments