Browse Source

Remove legacy start-class property from maven builds

Greg Turnquist 10 năm trước cách đây
mục cha
commit
1d01dc6edf
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      complete/pom.xml
  2. 0 1
      initial/pom.xml

+ 0 - 1
complete/pom.xml

@@ -25,7 +25,6 @@
     </dependencies>
 
     <properties>
-        <start-class>hello.Application</start-class>
         <java.version>1.7</java.version>
     </properties>
 

+ 0 - 1
initial/pom.xml

@@ -25,7 +25,6 @@
     </dependencies>
 
     <properties>
-        <start-class>hello.Application</start-class>
         <java.version>1.7</java.version>
     </properties>