Kaynağa Gözat

Fix maven-compiler-plugin to version 2.3.2

Greg Turnquist 13 yıl önce
ebeveyn
işleme
d9a6e9a18c
3 değiştirilmiş dosya ile 22 ekleme ve 0 silme
  1. 9
    0
      README.md
  2. 4
    0
      complete/pom.xml
  3. 9
    0
      initial/pom.xml

+ 9
- 0
README.md Dosyayı Görüntüle

@@ -99,6 +99,15 @@ In a project directory of your choosing, create the following subdirectory struc
99 99
         </dependency>
100 100
     </dependencies>
101 101
 
102
+    <build>
103
+        <plugins>
104
+            <plugin>
105
+                <artifactId>maven-compiler-plugin</artifactId>
106
+                <version>2.3.2</version>
107
+            </plugin>
108
+        </plugins>
109
+    </build>
110
+
102 111
     <repositories>
103 112
         <repository>
104 113
             <id>spring-snapshots</id>

+ 4
- 0
complete/pom.xml Dosyayı Görüntüle

@@ -30,6 +30,10 @@
30 30
 
31 31
     <build>
32 32
         <plugins>
33
+            <plugin> 
34
+                <artifactId>maven-compiler-plugin</artifactId> 
35
+                <version>2.3.2</version> 
36
+            </plugin>
33 37
             <plugin>
34 38
                 <groupId>org.springframework.boot</groupId>
35 39
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 9
- 0
initial/pom.xml Dosyayı Görüntüle

@@ -24,6 +24,15 @@
24 24
         </dependency>
25 25
     </dependencies>
26 26
 
27
+    <build>
28
+        <plugins>
29
+            <plugin>
30
+                <artifactId>maven-compiler-plugin</artifactId>
31
+                <version>2.3.2</version>
32
+            </plugin>
33
+        </plugins>
34
+    </build>
35
+
27 36
     <repositories>
28 37
         <repository>
29 38
             <id>spring-snapshots</id>