Browse Source

Fix Maven warnings

pull/7523/head
Stephane Nicoll 9 years ago
parent
commit
140379fc5a
  1. 1
      spring-boot-samples/pom.xml
  2. 1
      spring-boot-samples/spring-boot-sample-custom-layout/pom.xml

1
spring-boot-samples/pom.xml

@ -153,6 +153,7 @@ @@ -153,6 +153,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>enforce-rules</id>

1
spring-boot-samples/spring-boot-sample-custom-layout/pom.xml

@ -41,6 +41,7 @@ @@ -41,6 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>1.10</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<settingsFile>src/it/settings.xml</settingsFile>

Loading…
Cancel
Save