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_r319545817
##########
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:
Think warning would be better than straight skipping. Not sure what the
output would look like though and if it would be misleading
----------------------------------------------------------------
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