Skip to content

Commit 4c4a429

Browse files
committed
Sonar config update
1 parent 62f4a71 commit 4c4a429

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ch04_OutputEscapingJSP/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<url>https://github.com/dschadow/Java-Web-Security</url>
1313
<description>Chapter 4 JSP Output Escaping sample project. Requires a server like Apache Tomcat or the Maven Tomcat plugin. After starting, open the web application in your browser at http://localhost:8080/Ch04_OutputEscapingJSP</description>
1414

15+
<properties>
16+
<sonar.java.binaries>target/classes</sonar.java.binaries>
17+
</properties>
18+
1519
<dependencies>
1620
<dependency>
1721
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)