From 853b0a8027b2da4d35358f6ed3ca775bb64d69d8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 21 Jan 2014 10:56:09 -0800 Subject: [PATCH] Fix some maven warnings --- spring-boot-parent/pom.xml | 4 ++-- .../spring-boot-loader/src/it/executable-dir/pom.xml | 3 +++ .../spring-boot-loader/src/it/executable-jar/pom.xml | 3 +++ .../spring-boot-loader/src/it/executable-war/pom.xml | 3 +++ spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml | 3 +++ .../spring-boot-maven-plugin/src/it/prop/pom.xml | 3 +++ spring-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml | 3 +++ spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml | 3 +++ 8 files changed, 23 insertions(+), 2 deletions(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index fc51e98991..1c6def8269 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -279,7 +279,7 @@ [1.3.1,) - enforce-once + enforce @@ -341,7 +341,7 @@ enforce-rules - enforce-once + enforce diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml index 7442617611..7e180894d2 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml @@ -6,6 +6,9 @@ executable-dir 0.0.1.BUILD-SNAPSHOT jar + + UTF-8 + diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml index 3cbaaa6068..4528314cbc 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml @@ -6,6 +6,9 @@ executable-jar 0.0.1.BUILD-SNAPSHOT jar + + UTF-8 + diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml index 79c79d11e3..193173d667 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml @@ -6,6 +6,9 @@ executable-war 0.0.1.BUILD-SNAPSHOT war + + UTF-8 + diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml index 54b7891df0..77034ead10 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml @@ -6,6 +6,9 @@ jar 0.0.1.BUILD-SNAPSHOT jar + + UTF-8 + diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml index 56b0b7cd6c..0c98fcb151 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml @@ -6,6 +6,9 @@ jar 0.0.1.BUILD-SNAPSHOT jar + + UTF-8 + diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml index d7bb26c1ba..9ac723016c 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml @@ -6,6 +6,9 @@ run 0.0.1.BUILD-SNAPSHOT jar + + UTF-8 + diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml index 640d2ade38..b947e7b472 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml @@ -6,6 +6,9 @@ war 0.0.1.BUILD-SNAPSHOT war + + UTF-8 +