Skip to content

Commit

Permalink
[java] Updated with v16 java source
Browse files Browse the repository at this point in the history
  • Loading branch information
mthakkar committed Apr 17, 2017
1 parent 79dd937 commit 6fea167
Show file tree
Hide file tree
Showing 59 changed files with 2,742 additions and 705 deletions.
6 changes: 3 additions & 3 deletions java/enunciate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.27.xsd">

<api-classes>
<include pattern="com.cloudera.api.v13.*"/>
<include pattern="com.cloudera.api.v16.*"/>
</api-classes>

<services>
<rest defaultRestSubcontext="/api/v13"/>
<rest defaultRestSubcontext="/api/v16"/>
</services>

<modules>
<docs splashPackage="com.cloudera.api"
copyright="Cloudera, Inc. All rights reserved."
docsDir="apidocs"
title="Cloudera Manager API v13"
title="Cloudera Manager API v16"
groupRestResources="byPath"
freemarkerXMLProcessingTemplate="api-docs.fmt"
css="static/cms/css/api-docs.css"
Expand Down
8 changes: 6 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.cloudera.api</groupId>
<artifactId>cloudera-manager-api</artifactId>
<name>Cloudera Manager API</name>
<version>5.8.0</version>
<version>5.11.0</version>

<properties>
<cxf.version>2.7.7</cxf.version>
Expand Down Expand Up @@ -239,7 +239,6 @@
<additionalparam>${javadocOptions}</additionalparam>
<docfilessubdirs>true</docfilessubdirs>
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
<stylesheetfile>${basedir}/src/javadoc/javadoc.css</stylesheetfile>
<overview>${basedir}/src/javadoc/overview.html</overview>
<doctitle>Cloudera Manager API (${project.version})</doctitle>
<windowtitle>Cloudera Manager API (${project.version})</windowtitle>
Expand Down Expand Up @@ -267,6 +266,11 @@
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.4.3</version>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
Loading

0 comments on commit 6fea167

Please sign in to comment.