steveloughran commented on code in PR #46:
URL: https://github.com/apache/hadoop-thirdparty/pull/46#discussion_r2376091067
##########
pom.xml:
##########
@@ -290,16 +325,16 @@
<extensions>true</extensions>
</plugin>
<plugin>
- <!-- OWASP's dependency-check plugin will scan the third party
- dependencies of this project for known CVEs (security
- vulnerabilities against them). It will produce a report
- in target/dependency-check-report.html. To invoke, run
- 'mvn dependency-check:aggregate'. Note that this plugin
- requires maven 3.1.1 or greater.
- -->
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${dependency-check-maven.version}</version>
+ <configuration>
Review Comment:
does the site build include it? I just tried the mvn site and it failed
completely with a missing skin
```
SiteToolException while preparing skin: The skin does not exist: Could not
find artifact org.apache.maven.skins:maven-stylus-skin:jar:1.6 in
repository.jboss.org
(https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]