mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
excludes
This commit is contained in:
parent
95072b4ecd
commit
9fb08e2120
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -167,7 +167,7 @@
|
|||
<encoding>UTF-8</encoding>
|
||||
<sourceDirectories>${basedir}</sourceDirectories>
|
||||
<includes>**/*</includes>
|
||||
<excludes>**/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class</excludes>
|
||||
<excludes>**/.git/**/*,**/.idea/**/*,**/.m2/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class</excludes>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
|
|
Loading…
Reference in a new issue