ソースを参照

Remove legacy start-class property from maven builds

Greg Turnquist 9 年 前
コミット
92403fe70b
共有2 個のファイルを変更した0 個の追加6 個の削除を含む
  1. 0
    3
      complete/pom.xml
  2. 0
    3
      initial/pom.xml

+ 0
- 3
complete/pom.xml ファイルの表示

@@ -20,9 +20,6 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
-    <properties>
24
-        <start-class>hello.Application</start-class>
25
-    </properties>
26 23
 
27 24
     <build>
28 25
         <plugins>

+ 0
- 3
initial/pom.xml ファイルの表示

@@ -20,9 +20,6 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
-    <properties>
24
-        <start-class>hello.Application</start-class>
25
-    </properties>
26 23
 
27 24
     <build>
28 25
         <plugins>