JAMES-2511 Solve MPT plugin project reporting warnings
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f74bde1d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f74bde1d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f74bde1d Branch: refs/heads/master Commit: f74bde1dc7dfc8098a399cf777ae69076a33430f Parents: e7a315a Author: benwa <[email protected]> Authored: Wed Aug 1 11:33:54 2018 +0700 Committer: benwa <[email protected]> Committed: Wed Aug 1 18:04:01 2018 +0700 ---------------------------------------------------------------------- mpt/mavenplugin/pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/f74bde1d/mpt/mavenplugin/pom.xml ---------------------------------------------------------------------- diff --git a/mpt/mavenplugin/pom.xml b/mpt/mavenplugin/pom.xml index df27a62..38d3b61 100644 --- a/mpt/mavenplugin/pom.xml +++ b/mpt/mavenplugin/pom.xml @@ -153,14 +153,6 @@ to the library requiring no extra coding.</description> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins combine.children="append"> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - </plugin> - </reportPlugins> - </configuration> </plugin> </plugins> </build> @@ -208,4 +200,13 @@ to the library requiring no extra coding.</description> </build> </profile> </profiles> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + </plugin> + </plugins> + </reporting> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
