Merge pull request #13414 from eugenp/build-error
match boot version, update path
This commit is contained in:
commit
ad24d6769f
|
@ -89,7 +89,7 @@
|
|||
<configuration>
|
||||
<packageName>com.baeldung</packageName>
|
||||
<sources>
|
||||
<source>${project.basedir}/src/main/resources/products.xsd</source>
|
||||
<source>/${project.basedir}/src/main/resources/products.xsd</source>
|
||||
</sources>
|
||||
|
||||
</configuration>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring.boot.version}</version>
|
||||
<configuration>
|
||||
<profiles>
|
||||
<profile>it</profile>
|
||||
|
|
Loading…
Reference in New Issue