Skip to content

Commit

Permalink
Work around JCLOUDS-1239. Fixes JENKINS-41989
Browse files Browse the repository at this point in the history
  • Loading branch information
felfert committed Feb 14, 2017
1 parent 5861a3e commit 88c9e3e
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jclouds-plugin/pom.xml
Expand Up @@ -148,6 +148,14 @@ limitations under the License.
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>

</plugins>
</build>
<reporting>
Expand Down
3 changes: 3 additions & 0 deletions jclouds-plugin/src/findbugs/excludesFilter.xml
Expand Up @@ -18,4 +18,7 @@ limitations under the License.
<Match>
<Class name="~.*\.Messages"/>
</Match>
<Match>
<Package name="org.jclouds.openstack.nova.v2_0.options"/>
</Match>
</FindBugsFilter>

0 comments on commit 88c9e3e

Please sign in to comment.