File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release Checklist for the SPDX Java Tools
22
33- [ ] Check for any warnings from the compiler and findbugs
4+ - [ ] Run dependency check to find any potential vulnerabilities ` mvn dependency-check:check `
45- [ ] Test the release ` mvn release:prepare -DdryRun `
56- [ ] Run ` mvn release:prepare ` - you will be prompted for the release - typically take the defaults
67- [ ] Run ` mvn release:perform `
Original file line number Diff line number Diff line change 4949 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
5050 <sonar .organization>spdx</sonar .organization>
5151 <sonar .projectKey>java-spdx-library</sonar .projectKey>
52+ <dependency-check-maven .version>8.0.1</dependency-check-maven .version>
5253 </properties >
5354 <profiles >
5455 <profile >
301302 <goals >deploy</goals >
302303 </configuration >
303304 </plugin >
305+ <plugin >
306+ <groupId >org.owasp</groupId >
307+ <artifactId >dependency-check-maven</artifactId >
308+ <version >${dependency-check-maven.version} </version >
309+ </plugin >
304310 </plugins >
305311 </build >
306312 <reporting >
You can’t perform that action at this time.
0 commit comments