risdenk commented on a change in pull request #1427: [CALCITE-3314] CVSS
dependency-check-maven fails for calcite-pig, calcite-piglet, calcite-spark
URL: https://github.com/apache/calcite/pull/1427#discussion_r319545576
##########
File path: pig/pom.xml
##########
@@ -159,6 +159,15 @@ limitations under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.owasp</groupId>
+ <artifactId>dependency-check-maven</artifactId>
+ <executions>
+ <execution>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
Review comment:
Can we make it warn instead of fail the build for these modules? That would
at least still show what vulnerabilities there are. In case someone wants to
tackle it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services