Hi all, I am using maven 3. In Maven Project Info Reports Plugin (version 2.4), I am having problems in report generating. I found out that, the reason cause of report generation related to dependency management .
Because in maven-project-info-reports-plugin they have several goals running and one of them, which is unnecessary for me is "project-info-reports:dependency-management" which causing me trouble (hangs the build for 4-5 mins saying "[WARNING] The repository url 'https://repository.jboss.org/maven2/' is invalid - Repository 'jboss-deprecated-repository' will be blacklisted."). Is there a way to exclude an goal from the project-info-reports plugin to get rid from this issue. (i.e project-info-reports:dependency-management) Thanks /Subash
