You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2015/05/16 21:51:40 UTC

deltaspike git commit: DELTASPIKE-882 build-config for javadoc

Repository: deltaspike
Updated Branches:
  refs/heads/master 493e83f05 -> 32fce460c


DELTASPIKE-882 build-config for javadoc


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/32fce460
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/32fce460
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/32fce460

Branch: refs/heads/master
Commit: 32fce460c490f638c08728701813244297c02959
Parents: 493e83f
Author: gpetracek <gp...@apache.org>
Authored: Sat May 16 21:50:29 2015 +0200
Committer: gpetracek <gp...@apache.org>
Committed: Sat May 16 21:50:29 2015 +0200

----------------------------------------------------------------------
 deltaspike/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/32fce460/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index d4a901a..ac47a8c 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -146,6 +146,10 @@
                                 <title>Test Control Module</title>
                                 <packages>org.apache.deltaspike.testcontrol.*</packages>
                             </group>
+                            <group>
+                                <title>Proxy Module</title>
+                                <packages>org.apache.deltaspike.proxy.*</packages>
+                            </group>
                         </groups>
                     </configuration>
                 </plugin>