There was an error while loading. Please reload this page.
1 parent af2a8a0 commit 3ddb303Copy full SHA for 3ddb303
1 file changed
pom.xml
@@ -156,6 +156,28 @@
156
</pluginManagement>
157
</build>
158
159
+ <reporting>
160
+ <plugins>
161
+ <plugin>
162
+ <groupId>org.apache.maven.plugins</groupId>
163
+ <artifactId>maven-project-info-reports-plugin</artifactId>
164
+ <version>2.8</version>
165
+ </plugin>
166
167
+ <groupId>org.owasp</groupId>
168
+ <artifactId>dependency-check-maven</artifactId>
169
+ <version>1.3.0</version>
170
+ <reportSets>
171
+ <reportSet>
172
+ <reports>
173
+ <report>aggregate</report>
174
+ </reports>
175
+ </reportSet>
176
+ </reportSets>
177
178
+ </plugins>
179
+ </reporting>
180
+
181
<modules>
182
<module>Ch04_OutputEscaping</module>
183
<module>Ch04_OutputEscapingJSF</module>
0 commit comments