@@ -16,5 +16,7 @@
limitations under the License.
-->
<FindBugsFilter>
-
+ <Match>
+ <Package name="org.apache.hadoop.yarn.services.resource" />
+ </Match>
</FindBugsFilter>
@@ -108,19 +108,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>${maven-site-plugin.version}</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-module-markdown</artifactId>
- <version>${maven-doxia-module-markdown.version}</version>
- </dependency>
- </dependencies>
- </plugin>
</plugins>
</build>