diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-08-15 23:29:13 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-08-15 23:29:13 +0000 |
| commit | 874ac4d63c3fab96e73ca9327617c26d51681c73 (patch) | |
| tree | 1fb9312573fcabfa2ef0259486a3a4a176b68660 /java/client/pom.xml | |
| parent | cbd5daf4330123a335374be6724309103fc2b41d (diff) | |
| download | qpid-python-874ac4d63c3fab96e73ca9327617c26d51681c73.tar.gz | |
Added initial ConnectionFactory support to JMS
Rearranged package structure for qpid client
Addded javadoc support for qpid client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/pom.xml')
| -rw-r--r-- | java/client/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index cc0731d382..9bb448b631 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -188,6 +188,23 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <excludePackageNames>org.apache.qpid.*:org.apache.qpidity.jms:org.apache.qpidity.jms.*:org.apache.qpidity.client.impl</excludePackageNames> + <groups> + <group> + <title>API</title> + <packages>org.apache.qpidity.client</packages> + </group> + <group> + <title>Utility Package</title> + <packages>org.apache.qpidity.client.util</packages> + </group> + </groups> + </configuration> + </plugin> </plugins> |
