File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2525 <log4j .version>1.2.17</log4j .version>
2626 <sonar .host.url>http://localhost:9000/</sonar .host.url>
2727 <sonar .login>admin</sonar .login>
28- <sonar .password>sqp_ff21ed76f82ba217c097be4b1fedf305b4e2a1db </sonar .password>
28+ <sonar .password>So </sonar .password>
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3030 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3131 </properties >
119119 <plugin >
120120 <groupId >org.apache.maven.plugins</groupId >
121121 <artifactId >maven-compiler-plugin</artifactId >
122+ <groupId >org.codehaus.mojo</groupId >
123+ <artifactId >sonar-maven-plugin</artifactId >
122124 <version >2.5.1</version >
123125 <inherited >true</inherited >
124126 <configuration >
127+ <sonar .sources>src/main/java</sonar .sources>
128+ <sonar .exclusions>file:**/src/main/java/**/*_.*</sonar .exclusions>
125129 <source >1.8</source >
126130 <target >1.8</target >
127131 </configuration >
You can’t perform that action at this time.
0 commit comments