dependency-check-report.html is empty

61 views
Skip to first unread message

Dhruvin Shah

unread,
Mar 27, 2015, 3:47:01 AM3/27/15
to dependen...@googlegroups.com
Hi All,

When I try to run "aggregate" goal as below, my dependency-check-report.html is empty.
- I see that a lot many other files (including a big convergence html file) under target/site directory with non-zero value.
- All the child modules has a valid non-empty dependency-check-report.html file, just that my parent aggregated file is empty.

I have looked for help everywhere, no one seems to be seeing this issue.
I also looked at a similar old issue, which is fixed and closed: https://github.com/jeremylong/DependencyCheck/issues/144

Please help.

I am running "mvn site" command. Below is my reporting part from parent pom.xml:

<reporting>
    <plugins>
         <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>findbugs-maven-plugin</artifactId>
            <version>${maven.plugin.findbugs}</version>
            <configuration>
               <threshold>Low</threshold>
               <effort>Default</effort>
               <xmlOutput>true</xmlOutput>
            </configuration>
         </plugin>
       <plugin>
             <groupId>org.owasp</groupId>
             <artifactId>dependency-check-maven</artifactId>
             <version>1.2.9</version>
                    <reportSets>
                        <reportSet>
                            <reports>
                                <report>aggregate</report>
                            </reports>
                        </reportSet>
                    </reportSets>
         </plugin>
     </plugins>
   </reporting>

Jeremy Long

unread,
Mar 28, 2015, 6:24:18 AM3/28/15
to Dhruvin Shah, dependen...@googlegroups.com
To help resolve this issue I need to know more about your project structure and POM hierarchy. Could you send me the log file generated by adding <logFile>dc.log</logFile> to the configuration? You can either post it to this thread or email me directly at jerem...@owasp.org.

Best Regards,

Jeremy

--
You received this message because you are subscribed to the Google Groups "Dependency Check" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dependency-che...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages