This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new c16939a Excludes demo apps from Sonar analysis c16939a is described below commit c16939ac3cab428363d55088c6093c597fad8963 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Jan 23 18:21:19 2021 +0100 Excludes demo apps from Sonar analysis --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01ff34a..0705e32 100644 --- a/pom.xml +++ b/pom.xml @@ -117,13 +117,14 @@ <spring.platformVersion>4.3.29.RELEASE</spring.platformVersion> <tiles.version>3.0.8</tiles.version> <tiles-request.version>1.0.7</tiles-request.version> + <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> <!-- Site generation --> <fluido-skin.version>1.9</fluido-skin.version> <!-- Sonar --> <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url> - <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> + <sonar.exclusions>apps/**</sonar.exclusions> </properties> <profiles>