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