Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-jsp-2.1/pom.xml')
-rw-r--r--jetty-jsp-2.1/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/jetty-jsp-2.1/pom.xml b/jetty-jsp-2.1/pom.xml
index e1dccc7c97..9315e3796b 100644
--- a/jetty-jsp-2.1/pom.xml
+++ b/jetty-jsp-2.1/pom.xml
@@ -35,6 +35,13 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <onlyAnalyze>org.eclipse.jetty.jsp.*</onlyAnalyze>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>

Back to the top