http://maven.apache.org/plugins/maven-project-info-reports-plugin/examples/selective-project-info-reports.html

Note the different reporting configuration in maven 3:

http://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Configuration_formats

HTH,
-Lukas


Subash Chaturanga wrote:
Hi all,

NOTE : In other words, in my maven-project-info-reports-plugin, it
generates following.(as logs indicates). I want to remove generating  two
of them.
Which are *"Dependency Management*" report  and *"Dependencies"* report .
  It will be great if anybody can provide me a solution.

[INFO] Generating "About" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Source Repository" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Plugin Management" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Project Plugins" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Project Summary" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "*Dependency Management*" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating *"Dependencies"* report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.2
[INFO] Generating "Continuous Integration" report    ---
maven-project-info-reports-plugin:2.2

On Wed, Mar 21, 2012 at 2:49 PM, Subash Chaturanga<[email protected]>wrote:

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





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to