You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/08/01 11:06:41 UTC

[04/12] james-project git commit: JAMES-2511 Solve MPT plugin project reporting warnings

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 <bt...@linagora.com>
Authored: Wed Aug 1 11:33:54 2018 +0700
Committer: benwa <bt...@linagora.com>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org