|  |  |  | @ -595,6 +595,24 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
			
		
	
		
			
				
					|  |  |  |  |                 <artifactId>maven-checkstyle-plugin</artifactId> | 
			
		
	
		
			
				
					|  |  |  |  |             </plugin> | 
			
		
	
		
			
				
					|  |  |  |  |             <plugin> | 
			
		
	
		
			
				
					|  |  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
			
		
	
		
			
				
					|  |  |  |  |                 <artifactId>maven-pmd-plugin</artifactId> | 
			
		
	
		
			
				
					|  |  |  |  |                 <configuration> | 
			
		
	
		
			
				
					|  |  |  |  |                     <language>jsp</language> | 
			
		
	
		
			
				
					|  |  |  |  |                     <rulesets> | 
			
		
	
		
			
				
					|  |  |  |  |                         <ruleset>/category/jsp/codestyle.xml</ruleset> | 
			
		
	
		
			
				
					|  |  |  |  |                         <ruleset>/category/jsp/errorprone.xml</ruleset> | 
			
		
	
		
			
				
					|  |  |  |  |                     </rulesets> | 
			
		
	
		
			
				
					|  |  |  |  |                     <includes> | 
			
		
	
		
			
				
					|  |  |  |  |                         <include>**/*.jsp</include> | 
			
		
	
		
			
				
					|  |  |  |  |                         <include>**/*.jspf</include> | 
			
		
	
		
			
				
					|  |  |  |  |                     </includes> | 
			
		
	
		
			
				
					|  |  |  |  |                     <compileSourceRoots> | 
			
		
	
		
			
				
					|  |  |  |  |                         <compileSourceRoot>${basedir}/src/main/webapp/WEB-INF/jsp</compileSourceRoot> | 
			
		
	
		
			
				
					|  |  |  |  |                     </compileSourceRoots> | 
			
		
	
		
			
				
					|  |  |  |  |                 </configuration> | 
			
		
	
		
			
				
					|  |  |  |  |             </plugin> | 
			
		
	
		
			
				
					|  |  |  |  |             <plugin> | 
			
		
	
		
			
				
					|  |  |  |  |                 <groupId>org.springframework.boot</groupId> | 
			
		
	
		
			
				
					|  |  |  |  |                 <artifactId>spring-boot-maven-plugin</artifactId> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |