This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 703220c374c87fc3c87fba5e5887860c177025b2
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Thu Sep 26 17:18:04 2019 +0700

    JAMES-2855 Generate javadoc for MPT cote upon site phase
    
    Generating javadoc is taking 40s and is called 7 time in the CI, thus this
    make us loose around 6 minutes on each build.
---
 mpt/core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpt/core/pom.xml b/mpt/core/pom.xml
index 82d0403..653d0df 100644
--- a/mpt/core/pom.xml
+++ b/mpt/core/pom.xml
@@ -116,7 +116,7 @@
                             <goal>javadoc</goal>
                             <goal>jar</goal>
                         </goals>
-                        <phase>package</phase>
+                        <phase>site</phase>
                     </execution>
                 </executions>
             </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to