Jenkins test
This commit is contained in:
		
							parent
							
								
									e76d558e48
								
							
						
					
					
						commit
						4fc5f6fe95
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								pom.xml
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								pom.xml
									
										
									
									
									
								
							|  | @ -79,8 +79,8 @@ | ||||||
|                         <groupId>org.apache.maven.plugins</groupId> |                         <groupId>org.apache.maven.plugins</groupId> | ||||||
|                         <artifactId>maven-compiler-plugin</artifactId> |                         <artifactId>maven-compiler-plugin</artifactId> | ||||||
|                         <configuration> |                         <configuration> | ||||||
|                             <source>1.8</source> |                             <source>${java.version}</source> | ||||||
|                             <target>1.8</target> |                             <target>${java.version}</target> | ||||||
|                         </configuration> |                         </configuration> | ||||||
|                     </plugin> |                     </plugin> | ||||||
| 
 | 
 | ||||||
|  | @ -100,7 +100,7 @@ | ||||||
|                     <plugin> |                     <plugin> | ||||||
|                         <groupId>org.apache.maven.plugins</groupId> |                         <groupId>org.apache.maven.plugins</groupId> | ||||||
|                         <artifactId>maven-pmd-plugin</artifactId> |                         <artifactId>maven-pmd-plugin</artifactId> | ||||||
|                         <version>3.10.0</version> |                         <version>3.21.2</version> | ||||||
|                         <configuration> |                         <configuration> | ||||||
|                             <skipEmptyReport>false</skipEmptyReport> |                             <skipEmptyReport>false</skipEmptyReport> | ||||||
|                             <failOnViolation>false</failOnViolation> |                             <failOnViolation>false</failOnViolation> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti