Skip to content

Commit

Permalink
Minor style tweaks to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
floverfelt committed Apr 20, 2022
1 parent 3fbe7d6 commit c66f986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ If you'd like to add the plugin as a part of your build lifecycle, this is a sam

This plugin is bound to no lifecycle phase by default.

Since it hooks directly into your POMs execution the pom-visualizer-maven-plugin *is* profile sensitive.
This means that if you execute it with different profiles it *will* produce different output.
Since it hooks directly into your POMs execution the pom-visualizer-maven-plugin **is** profile sensitive.
This means that if you execute it with different profiles it **will** produce different output.
Likewise, it will inherit plugin executions from parent poms.

The output markdown and associated HTML/JS files are stored in your build's output directory in a folder labeled pom-visualizer-maven-plugin

If executed in a multi-module POM, it will produce a visualization for each sub-project.
*WARNING*: This can result in a large number of browser tabs being opened if you don't specify the openAfterExecution flag.
**WARNING**: This can result in a large number of browser tabs being opened if you don't specify the openAfterExecution flag.

## Contribution

Expand Down

0 comments on commit c66f986

Please sign in to comment.