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 ro...@apache.org on 2016/11/25 15:57:19 UTC

[1/2] james-project git commit: MAILET-141 Fix build issue with maven-plugin-plugin

Repository: james-project
Updated Branches:
  refs/heads/master e222e1c58 -> 5efc4a09f


MAILET-141 Fix build issue with maven-plugin-plugin


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/90d1797b
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/90d1797b
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/90d1797b

Branch: refs/heads/master
Commit: 90d1797b1286b952a960e2c4033498eaf0b9aac6
Parents: def450b
Author: Raphael Ouazana <ra...@linagora.com>
Authored: Thu Nov 24 15:22:31 2016 +0100
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Thu Nov 24 15:22:31 2016 +0100

----------------------------------------------------------------------
 mailet/mailetdocs-maven-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/90d1797b/mailet/mailetdocs-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/mailet/mailetdocs-maven-plugin/pom.xml b/mailet/mailetdocs-maven-plugin/pom.xml
index 32077d9..403da74 100644
--- a/mailet/mailetdocs-maven-plugin/pom.xml
+++ b/mailet/mailetdocs-maven-plugin/pom.xml
@@ -90,6 +90,10 @@
                             <goal>helpmojo</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>default-descriptor</id>
+                        <phase>process-classes</phase>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>


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


[2/2] james-project git commit: Merge remote-tracking branch 'mine/MAILET-141'

Posted by ro...@apache.org.
Merge remote-tracking branch 'mine/MAILET-141'


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5efc4a09
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5efc4a09
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5efc4a09

Branch: refs/heads/master
Commit: 5efc4a09fe48ab6e99e900835e4ad517e0a91e0b
Parents: e222e1c 90d1797
Author: Raphael Ouazana <ra...@linagora.com>
Authored: Fri Nov 25 16:56:08 2016 +0100
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Fri Nov 25 16:56:08 2016 +0100

----------------------------------------------------------------------
 mailet/mailetdocs-maven-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------



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